Skip to content

Commit

Permalink
MET-6248 update readme for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
jeortizquan committed Dec 16, 2024
1 parent d26e21e commit 589fa3c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,19 @@ Installing latest docker-compose:
> chmod +x docker-compose-linux-x86_64
> sudo mv docker-compose-linux-x86_64 /usr/bin/docker-compose
### Local SOLR server
After creating the container execute the schema and collection configuration and creation
the script is located inside the container `/opt/solr/search/solr-schema.sh`

### Local S3 bucket with Minio
After creating the container execute the bucket and keys creation for a local S3 bucket
```
mc alias set minio http://localhost:9000 sandbox metis-sandbox # setup Minio client
mc mb minio/metis-sandbox-bucket || true # create a test bucket
mc admin accesskey create minio/ --access-key bT3iWI27KcAQyLQCIOYT --secret-key pMDcycDwMnKbLvkqa2Cxb2KJVeU1u67lE7Fb1Ie # create accesskey
```
The above keys are for local development

## API
Composed by 2 endpoints

Expand Down

0 comments on commit 589fa3c

Please sign in to comment.