This is an attempt at resurrecting an old project of mine, due to a concrete need; The app allows a group of individuals to discuss a policy by voting items and extending them. It's going to run on heroku.
- It seems to run on ruby 2.3.0, with rails 5.0.2
- No particular dependencies apart from what's in Gemfile
- Needs google CLIENT_ID and CLIENT_SECRET since auth is done via google oauth
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...