events managing with easiest ticketing systems
- feel free to play with demo
- access to the admin panel by
/event/admin
- with
admin/admin
- 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/admin
for initial setup - login and password to the backend
admin
/admin
- bingo!
$ docker exec -it eve php app/console ca:cl -e prod
- register liqpay.com account
- obtain your private and public keys
- update the
app/config/parameters.yml
file - setup the http://wkhtmltopdf.org lib on your server, to generate a ticket in pdf
- add new tickets in the admin panel
- behat
./bin/beahat features
- phpspec
./bin/phpspec
If you use Eventator platform please send email to alex[at]lazy-ants.com
, I'll add you to the list
old view before 1.5 release
All what you can find at this repo shared under the MIT License