Skip to content

Commit

Permalink
Add staging re-index instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan committed Apr 3, 2024
1 parent 347a23e commit 17343b9
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 17343b9

Please sign in to comment.