Skip to content

pilot/eventator

Repository files navigation

eventator, events management platform

events managing with easiest ticketing systems

CircleCI

demo

demo.eventator.org

  • 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/admin for 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.yml file
  • 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

If you use Eventator platform please send email to alex[at]lazy-ants.com, I'll add you to the list

screenshots

eventator_carousel speakers_list eventator_schedule_list about eventator_venue how_it_was eventator_sponsors organizers eventator_contact_us

old view before 1.5 release

Eventator

License

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