Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.39 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.39 KB

Stories in Ready eventator

events managing with easiest ticketing systems

CircleCI

demo

symfonycamp.org.ua

  • feel free to play with demo
  • access to the admin panel by /event/admin
  • with admin/admin

install

  • download or clone repo git clone https://github.com/pilot/eventator my_event/
  • create app/cache and app/logs directories with 777 permissions
  • get composer curl -S https://getcomposer.org/installer | php
  • install dependencies php composer.phar install
  • create database php app/console doctrine:database:create
  • create schema php app/console doctrine:schema:create
  • install assets php app/console assets:install
  • open browser and follow to the http://your-events.loc/event/admin for initial setup
  • login and password to the backend admin / admin
  • bingo!

run tests

  • behat ./bin/beahat features
  • phpspec ./bin/phpspec

who use it

screenshot

Eventator

License

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