diff --git a/README.rdoc b/README.rdoc index 0130bba..2d8bf03 100644 --- a/README.rdoc +++ b/README.rdoc @@ -25,20 +25,18 @@ Without this measurement trying to improve the state of security within your sof $ bundle ==== 5. Copy the example DB config file (and edit it if you wish) $ cp config/database.yml.example config/database.yml -==== 6. Change back to the root folder - $ cd .. -==== 7. Run the database migrations +==== 6. Run the database migrations $ rake db:migrate -==== 8. Create the secret_token.rb file in 'config/initializers' +==== 7. Create the secret_token.rb file in 'config/initializers' $ vi config/initializers/secret_token.rb -==== 9. Enter the following into the file +==== 8. Enter the following into the file Ssa::Application.config.secret_token = "" -==== 10. Rake can be used to generate a random value for you if you wish +==== 9. Rake can be used to generate a random value for you if you wish $ rake secret -==== 11. By default, registering a new account will require email validation, so update 'config/initializers/mail.rb' with appropriate settings. -==== 12. Update 'config/initializers/devise.rb' with an appropriate 'from' email address -==== 13. If you don't want users to have to validate their emails, update 'app/models/user.rb' and remove the ':confirmable' option. -==== 14. Start up the local server +==== 10. By default, registering a new account will require email validation, so update 'config/initializers/mail.rb' with appropriate settings. +==== 11. Update 'config/initializers/devise.rb' with an appropriate 'from' email address +==== 12. If you don't want users to have to validate their emails, update 'app/models/user.rb' and remove the ':confirmable' option. +==== 13. Start up the local server $ rails s == Thanks and things we couldn't have built this without