- Use
rvm
to install the version of Ruby specified in theGemfile
. bundle install
.- Copy
config/database.example.yml
toconfig/database.yml
and fill out the appropriate fields. - Copy
config/secrets.example.yml
toconfig/secrets.yml
and fill in your own secrets. To generate a random long secret, userake secret
. spring binstub --all
.- The first admin user must be set in the rails console. Create a user,
rails c
, and set the admin flag. Future roles can be set in-app by this admin.
QuestionTool is licensed under the GPL
2017 President and Fellows of Harvard College