File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
pip install stac_fastapi.opensearch
41
41
```
42
42
43
- ## Build Elasticsearh API backend
43
+ ## Build Elasticsearch API backend
44
44
45
45
``` shell
46
46
docker-compose up elasticsearch
47
47
docker-compose build app-elasticsearch
48
48
```
49
49
50
- ## Running Elasticsearh API on localhost:8080
50
+ ## Running Elasticsearch API on localhost:8080
51
51
52
52
``` shell
53
53
docker-compose up app-elasticsearch
@@ -269,4 +269,4 @@ curl -X "POST" "http://localhost:9200/_aliases" \
269
269
}'
270
270
```
271
271
272
- The modified Items with lowercase identifiers will now be visible to users accessing ` my-collection ` in the STAC API.
272
+ The modified Items with lowercase identifiers will now be visible to users accessing ` my-collection ` in the STAC API.
You can’t perform that action at this time.
0 commit comments