Skip to content

Commit

Permalink
Merge pull request #1214 from pulibrary/1208-staging-index
Browse files Browse the repository at this point in the history
Add staging re-index instructions
  • Loading branch information
eliotjordan authored Apr 4, 2024
2 parents 347a23e + 17343b9 commit 983a487
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,18 @@ yarn install

The reindex is triggered on the figgy side.

## Production
```
$ ssh deploy@lib-proc7
$ ssh deploy@figgy-worker-prod1
$ tmux new -t [yourname]
$ cd /opt/figgy/current
$ BULK=true bundle exec rails c
> GeoResourceReindexer.reindex_geoblacklight
```

## Staging
```
$ ssh deploy@figgy-web-staging1
$ tmux new -t [yourname]
$ cd /opt/figgy/current
$ BULK=true bundle exec rails c
Expand Down

0 comments on commit 983a487

Please sign in to comment.