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 install
npm install
- Create and configure the
.env
file, note:- (Teachers only) Fill
AMO_CLIENT_ID
andAMO_CLIENT_SECRET
with the correct (secret) app secrets - Students can simply temporarily put
->middleware('auth')
in theroutes/web.php
in the comment
- (Teachers only) Fill
php artisan storage:link
php artisan migrate --seed
npm runwatch
php 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_USER
andTESTER_ACCESS_PASSWORD
with any combination to protect the test-page from bots/outsiders. Optionally useTESTER_REMOVE_AFTER
in 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-empty
to 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.