compticketeer
This is a Ruby on Rails web application that issues complimentary tickets, such as free tickets to event speakers. An admin enters email addresses into this application, and it then generates unique discount code for each user and sends emails describing how to redeem them. This software currently only works with the Eventbrite service.
Setup
-
Install a Ruby interpreter compatible with MRI 2.x, RubyGems, Ruby on Rails 4.1.x, and Rake.
-
Run ‘bundle install` to install dependencies.
-
Create your database, e.g., run ‘rake db:create`.
-
Run ‘rake setup` to setup the application, database and create an admin user.
Secrets
This application stores secret information like passwords in the ‘config/secrets.yml` file. This file should never be checked into revision control because it has secret information. A sample copy of this file is provided as `config/secrets.yml.sample` and will be used by default. You should copy this sample file to `config/secrets.yml` and customize it using the instructions in it.
License
This program is provided under an MIT open source license, read the ‘LICENSE.txt` file for details.
Copyright
Copyright © 2015 Open Source Bridge, Igal Koshevoy, Kirsten Comandich