Mac OS
The following assumes you have Docker Installed
Recommended to also have MacOS Homebrew installed
Use Homebrew to install jq with
brew install jq
In your working directory:
1. Clone a copy of the gaia repo:
2. Change your cwd:
3. Create a copy of sample-disk.env and fill out the values:
4. Start the server:
5. Verify the server is responding locally:
Modifying the configuration for your gaia-hub
Two methods exist:
Edit the
gaia/deploy/configs/gaia/hub-config.json
usingvim
or other
requires a restart of the containers:
docker-compose -f docker-compose-base.yaml -f docker-compose-disk.yaml --env-file disk.env restart
Use the running
admin
container to modify any config values, and also reload the hub when complete:
Last updated