Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instruction for generating curation_concerns to README #244

Merged
merged 1 commit into from
Oct 25, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ $ rake hydra:server
Add GeoConcerns models to an existing CurationConcerns application:

1. Add `gem 'geo_concerns'` to your Gemfile.
2. `bundle install`
3. `rails generate geo_concerns:install`
1. `bundle install`
1. `rails generate curation_concerns:install`
1. `rails generate geo_concerns:install -f`

## Development

Expand Down Expand Up @@ -122,4 +123,4 @@ rspec spec/path/to/your_spec.rb:linenumber
$ cd geoserver-vagrant/
$ vagrant up

```
```