Skip to content

Free & open-source invitation and event management platform. 🎫

License

Notifications You must be signed in to change notification settings

ylecuyer/events

Repository files navigation

Travis VersionEye Code Climate Code Climate license

Events

Free & open-source invitation and event management platform. 🎫

Mainly inspired by Attendize

Go to the wiki to see some screenshots

How to run with docker 🐳

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

Run tests

Run

docker-compose run app bundle exec rails test test/

Deploy

Run

eval $(ssh-agent)
ssh-add ~/.ssh/id_rsa
cap production deploy

What is included?

  • 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

License

GPL v3