Commands¶
Run commands from the repo root.
Command |
Use it when |
|---|---|
|
You want an interactive menu. |
|
You only want to install or check dependencies. |
|
You want to reopen setup, switch the current experiment, or publish a custom experiment. |
|
You want the normal idempotent startup path. |
|
You want to stop processes and start again without wiping replay state. |
|
You want to wipe the current experiment run and start a fresh live session. |
|
You want to stop GOD and release ports. |
|
You want ports, URLs, model status, and current experiment details. |
|
You want to follow GOD service logs. |
|
You want to open the control room and runtime UI again. |
Useful examples¶
Start without opening browser tabs:
GOD_OPEN_BROWSER=0 ./scripts/god.sh start
Run PKU Trump Visit as the current shell invocation:
GOD_EXPERIMENT=pku_trump_visit GOD_EXPERIMENT_RUN=1 ./scripts/god.sh new-run
Follow logs while another terminal runs the UI:
./scripts/god.sh tail