Α 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 .env
file to copy example file to.env
. Then edit your.env
file with DB credentials and other settings. -
Run
composer install
command -
Run
php artisan migrate --seed
command. Notice: seed is important, because it will create the first admin user for you. -
Run
php artisan key:generate
command. -
Run
php serve
command.
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.