Skip to content

Commit

Permalink
Add directions about cleaning and seeding
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Aug 27, 2019
1 parent f017360 commit 7facfe5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ This will use the HMAC secret to sign the token. It will ask you to submit a val
{"invoked_by" => "workflow-service"}
```

## Seeding the staging environment

It's possible to clear out and re-seed the staging environment by using the following rake tasks:

```
./bin/rake delete_all_objects
./bin/rake seed
```

This will load all the FOXML from https://github.com/sul-dlss/dor-services-app/blob/master/lib/tasks/seeds/


## Developer Notes

DOR Services App is a Rails app.
Expand Down

0 comments on commit 7facfe5

Please sign in to comment.