eventator
eventator copied to clipboard
events managing with easiest ticketing systems (sandbox)
eventator, events management platform
events managing with easiest ticketing systems
demo
- feel free to play with demo
- access to the admin panel by
/event/admin - with
admin/admin
install with Docker
- download or clone repo
git clone https://github.com/pilot/eventator my_event/ $ docker-compose up -d --build$ docker exec -it eve composer install- create schema
$ docker exec -it eve php app/console doctrine:schema:create - install assets
$ docker exec -it eve php app/console assets:install - open browser and follow to the
http://localhost/event/adminfor initial setup - login and password to the backend
admin/admin - bingo!
cache clear
$ docker exec -it eve php app/console ca:cl -e prod
(optional) online payments with liqpay.com
- register liqpay.com account
- obtain your private and public keys
- update the
app/config/parameters.ymlfile - setup the http://wkhtmltopdf.org lib on your server, to generate a ticket in pdf
- add new tickets in the admin panel
run tests
- behat
./bin/beahat features - phpspec
./bin/phpspec
who use it
- http://symfonycamp.org.ua
- http://reactnative.com.ua
- http://laracamp.com.ua
If you use Eventator platform please send email to alex[at]lazy-ants.com, I'll add you to the list
screenshots

old view before 1.5 release

License
All what you can find at this repo shared under the MIT License