- Ruby 2+
- Rails 4+
- Rake 10+
- Sqlite3
mailcatcher
(See notes)
- According to the documentation,
mailcatcher
should not be included in the Gemfile. Rungem install mailcatcher
locally to installmailcatcher
. - When running on Windows, the Development Kit is needed in addition to Rails. Download it here.
- Database conflicts can occur if there is an environment variable named
DATABASE_URL
(runecho $DATABASE_URL
to see if you have one set). This needs to be removed or it will take precedence over thedatabase.yml
file. - At the time of writing, there were no admin creation options. Roles will need to be manually updated in the database until a method exists see this comment.