From 19fb28a0ee540956122524cc3fd975e82985abd9 Mon Sep 17 00:00:00 2001 From: Bryan Bonvallet Date: Mon, 5 May 2014 18:54:45 -0400 Subject: [PATCH] take care of new/different versions of Devise and typo fix. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa5ff3752..9a818b113 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,10 @@ These are rough instructions on how to get Annotation Studio working on your loc - Install and setup PostgreSQL-server (see Laptop repo above) - Create a PostgreSQL database - Copy `config/database.sample.yml` to `config/database.yml` _Do not check this into git_ +- Install Devise configuration for the current Devise version +- `rails g devise:install` (yes to override as needed) - Add PostgreSQL connection URI into database.yml -- `Rake db migrate` +- `rake db:migrate` - `rake db:seed` - ```rails s```