- Copy .env.tpl to .env
- Specify AIDBOX_LICENSE_ID and AIDBOX_LICENSE_KEY (You can get key and id from the https://license-ui.aidbox.app/)
- Run
docker-compose -f docker-compose.production.yaml up
- It may take a few minutes for the environment to warm up, please wait untile docker-compose stops firing logs
- Open http://localhost:5000 in the browser
docker-compose -f docker-compose.dev.yaml up
docker-compose -f docker-compose.dev.yaml -f docker-compose.dev.m1.yaml up
curl -u root:secret 'http://localhost:9000/$load' -H 'content-type: application/json' --request POST --data '{"source":"https://sdc.beda.software/demo-data.ndjson.gz"}'