ylecuyer / events

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Ruby 77.3%Language:JavaScript 17.3%Language:HTML 5.2%Language:CSS 0.2%Language:CoffeeScript 0.0%Language:Shell 0.0%