Readme update

This commit is contained in:
Will Bradley 2013-09-28 02:42:14 -07:00
parent d1985dae12
commit b5383eaafb

View File

@ -13,5 +13,8 @@ To use:
* Copy config/config.yml.example to config/config.yml and edit appropriately
* Copy config/database.yml.example to config/database.yml and edit appropriately
* Copy config/initializers/secret_token.rb.example to config/config/initializers/secret_token.rb and edit appropriately
* Use the Rails console to create a new User and set user.admin = true
* Run bundle install, rake db:migrate, etc.
* Use the Rails console to create a new User and set user.admin = true
** user = User.new
** user.password = "foobar"
** etc