Readme update
This commit is contained in:
parent
d1985dae12
commit
b5383eaafb
|
@ -13,5 +13,8 @@ To use:
|
||||||
* Copy config/config.yml.example to config/config.yml and edit appropriately
|
* 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/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
|
* 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.
|
* 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user