Α Conference Management System for the conference entitled "Τέχνες στο Ελληνικό Σχολείο".
You may view the real-world deployment of the software here: https://texnes-ellinikosxoleio.uoa.gr/
-
Extract the archive and put it in the folder you want
-
Run
cp .env.example .envfile to copy example file to.env. Then edit your.envfile with DB credentials and other settings. -
Run
composer installcommand -
Run
php artisan migrate --seedcommand. Notice: seed is important, because it will create the first admin user for you. -
Run
php artisan key:generatecommand. -
Run
php servecommand.
And that's it, go to http://localhost:8000 and login:
Username: [email protected]
Password: password
You may view a demo deployment with fake data here: https://conference-management-system.gateweb.gr/
Use the same credentials as above.
Database data are reset each day.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.