Docker network with minio and stac-browser to mock cloud environment for development activities
- Create a
.env
file (seeexample.env
for content) at the root of this repo. - If pulling test data from s3 add AWS credentials to the
.env
and sync the data:chmod +x copy-test-data.sh && ./copy-test-data.sh
- Start the docker network
docker-compose up
- In a browser go to http://localhost:9000
- Sign in using username and password from the
.env
. - Verify that the data is available.
- In a browser go to http://localhost:8080
- Landing page is the community catalog hosted by radiantearth
- Verify that the data is available.
- Run
docker-compose up
on cloud-mock, make sure example-data has been copied to the minio bucket. - Clone ras-stac
- In
ras-stac
, make sure.env
is in place and run thepopulate-sample-data.sh
script to create a sample stac catalog. - Navigate to stac-browser and enter the locally hosted, newly created stac-catalog using the catalog url:
http://localhost:9000/pilot/stac/catalog.json