diff --git a/README.md b/README.md index 3f4163ff..c616d41a 100644 --- a/README.md +++ b/README.md @@ -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