Evaluation tool for our "Give & Take" (GAT) lecture series and all other presentations. With this tool you can vote for the talks and see the results.
- A Server running
- MySQL Database running
The installation is fairly simple and can be done in 2 ways.
- Clone the repository
- Copy .env.example to .env and fill in DB connection
- Build and start the docker container
- Log into the container
- Run
composer install
- Run
php artisan storage:link
- Run
php artisan migrate
- Set up a server with PHP7 running
- Install all needed PHP extensions (php7.0-gd, php7.0-curl, php7.0-imap, php7.0-mysql ,php7.0-mbstring, php7.0-xml, php7.0-zip, php7.0-bcmath, php7.0-soap, php7.0-intl, php7.0-readline)
- Install composer
- Clone the repository
- Run
composer install
- Copy .env.example to .env and fill in DB connection
- Run
php artisan storage:link
- Run
php artisan migrate
After installation open the app in a web browser. The first time opening it, it will automatically redirect you to an installation process. Fill in the apps name and choose a company logo to upload. After that you are asked to register an admin user. Completing the setup you can use the app for voting presentations.
If you want to delete a presentation you must be logged in. Just open a web browser and append /login
to your domain and you can log in.
If you want to register another admin user, just append /register
to your domain and you can register a new user.