Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 955 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 955 Bytes

Build Status

Seat Picker

A minimalist seat picker for running small events.

Install on Heroku

  1. Download latest release.
  2. Extract into a directory of your choice and cd into it.
  3. Run cp config/application.default.rb config/application.rb to copy in the default configuration. If you wish to use restricted registration where a key is required in the url to register for the seat picker you can turn it on and set the key in this file.
  4. Set your mailer options at the bottom of config/environments/production.rb. We recommend using Postmark with Heroku.
  5. Follow the Heroku deploy instructions

Roadmap

Notes on features we want to implement are found at our Trello board.