Free & open-source invitation and event management platform. 🎫
Mainly inspired by Attendize
Clone the project
git clone git@github.com:ylecuyer/events.git
Build the docker containers
cd events
docker-compose build
Install gems
docker-compose run app bundle install
Setup database
docker-compose run app bundle exec rake db:setup
Configure the API keys
cp app/application.yml.example app/application.yml
vim app/application.yml
Run
docker-compose up
Then go to
- http://localhost:3000 (login:
user@example.com
, password:changeme
)
Run
docker-compose run app bundle exec rails test test/
Run
eval $(ssh-agent)
ssh-add ~/.ssh/id_rsa
cap production deploy
- WYSIWYG editor for the invitation mail models
- PDF ticket generator with QR Code
- Highly integrated with mailgun (delivery receipts, mass sending)
- SPAM score indicator
- Live stats
- Invitation QR Code can be read with any QR Code reader