Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 479 Bytes

quick_start.md

File metadata and controls

19 lines (13 loc) · 479 Bytes

Quick start for local development

  • Create a configuration file at ./hatchery.json with basic configuration:
{
    "user-namespace": "jupyter-pods",
    "sub-dir": "/lw-workspace",
    "user-volume-size": "10Gi"
}

export GEN3_ENDPOINT=qa-heal.planx-pla.net; export GEN3_VPCID=qaplanetv1; nodemon --exec go run main.go -config ./hatchery.json --signal SIGTERM

The API is exposed at http://0.0.0.0:8000.