Skip to content

Commit

Permalink
take care of new/different versions of Devise and typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
btbonval committed May 5, 2014
1 parent f2ee43f commit 19fb28a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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```

Expand Down

0 comments on commit 19fb28a

Please sign in to comment.