Wiki

Clone wiki

Approximation Calculator / Running with admin user

These instructions are for running the application on your local machine. If you want to log in to the Heroku app, skip the rake commands.


To run Approximation Calculator as Admin user:

  • run rake db:migrate
  • run rake db:seed

Login in to the application with the following credentials:

  • username = email@admin.com
  • password = password

When the calculator screen loads, towards the bottom you should see Logged in as Admin.

Updated