https://github.com/mlibrary/catalog-browse-indexing
https://github.com/mlibrary/catalog-browse-indexing
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlibrary/catalog-browse-indexing
- Owner: mlibrary
- License: other
- Created: 2022-04-06T04:52:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T14:36:23.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T21:53:15.928Z (over 1 year ago)
- Language: Ruby
- Size: 25.2 MB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# catalog-browse-indexing
This is repository has the code that loads the solr collections and the solr configuration for those collections for Catalog Browse in Library Search.
## Developer setup
1. Run the `init.sh` script. This is not a complicated script. It copies over
env.example to .env, copies over a precommit hook, builds the image, and
installs the gems. This script is safe to rerun at any time.
```
`./init.sh`
```
2. Fill out the `.env` file with the secrets you need to run the project.
That's it. 🎉
## Taking a look at the local SolrCloud
```
docker compose up
```
Then go to http://localhost:8983/solr in your browser. The login credentials are in `env.development`.