Willekeurig gekozen website gemaakt door student:
(Verouderd screenshot)
Beheer paneel waar docenten sites uploaden:
(Verouderd screenshot)
- Clone this repository
- Run the following commands in the root of that repo:
composer installnpm install- Create and configure the
.envfile, note:- (Teachers only) Fill
AMO_CLIENT_IDandAMO_CLIENT_SECRETwith the correct (secret) app secrets - Students can simply temporarily put
->middleware('auth')in theroutes/web.phpin the comment
- (Teachers only) Fill
php artisan storage:linkphp artisan migrate --seednpm runwatchphp artisan serve
The website is now available for
- Prospects:
https://info.curio.codes/ - Students who create websites:
https://info.curio.codes/test - Teachers:
https://info.curio.codes/beheer
sudo chown -R www-data:www-data /path/to/this/repo/root- Fill
TESTER_ACCESS_USERandTESTER_ACCESS_PASSWORDwith any combination to protect the test-page from bots/outsiders. Optionally useTESTER_REMOVE_AFTERin env to change the 5 minute test site lifetime default. - To run the queue that removes tester sites:
- Locally for development use:
php artisan queue:work --stop-when-emptyto run the queue manually (wait 5 minutes after adding test site) - On production set this CRON task:
* * * * * cd /path-to-your-project && php artisan queue:work --stop-when-empty >> /dev/null 2>&1(NOTE: untested, but should work...)
- Locally for development use:
nothing here yet
To test locally it can be useful to change line 28 in /vendor/studiokaa/amoclient/src/AmoclientController.php to $http = new \GuzzleHttp\Client(['curl' => [CURLOPT_SSL_VERIFYPEER => false]]);. On production you should just enable HTTPS.
The directory tests/TestData/ contains some websites that can be used to test.