Skip to content

Commit

Permalink
Merge pull request #4 from fifieldt/master
Browse files Browse the repository at this point in the history
Add instructions to import dictionary data
  • Loading branch information
pdg137 committed Apr 1, 2016
2 parents 4869d35 + 7cdd2c3 commit 5f60994
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion doc/installation.md
Expand Up @@ -121,7 +121,16 @@ $ rake db:setup
```

## Importing dictionary data
TBC
Now it is time to import all of the dictionary data.
This takes several minutes, so get ready to take a break while the import runs.

`$ bundle exec rake db:import`

Note that by default, the data will be imported to the development
environment. If you want to import it into the test or production environment,
simply export the appropriate RAILS_ENV. For example:

`$ RAILS_ENV=production bundle exec rake db:import`

## Testing the install
There is a (currently small) rspec-based test suite included. If you
Expand Down

0 comments on commit 5f60994

Please sign in to comment.