Following the STAC server setup instructions. I haven't modified any config files yet. Any idea.
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
cff1588dea64 localstack/localstack:4 "docker-entrypoint.sh" About an hour ago Up About an hour (healthy) 127.0.0.1:4510-4559->4510-4559/tcp, 127.0.0.1:4566->4566/tcp stac-server-localstack-1
89c48b4635bc opensearchproject/opensearch:2.19.2 "./opensearch-docker…" About an hour ago Up About an hour 127.0.0.1:9200->9200/tcp, 127.0.0.1:9300->9300/tcp stac-server-opensearch-1
# Ingest sample data
npm run ingest:example
% npm run ingest:example
npm error Missing script: "ingest:example"
npm error
npm error To see a list of scripts, run:
npm error npm run
% curl http://localhost:3000/
curl: (7) Failed to connect to localhost port 3000 after 0 ms: Couldn't connect to server
Following the STAC server setup instructions. I haven't modified any config files yet. Any idea.