Eric Hotinger
These are the all scripts required to install Gala Games v3 nodes. It’s a trimmed down version of the main blog post.
Install Docker
sudo apt install docker.io -y
sudo systemctl status docker
sudo systemctl enable --now docker
Install the Gala Image
sudo wget --trust-server-names https://links.gala.com/DownloadLinuxNode
- It downloads a file name called gala-node-vX.X.X.tar.gz.
sudo tar xzvf gala-node-v3[version number].tar.gz
sudo ./gala-node/install.sh
- sudo gala-node config api-key your API key here
- Run
sudo gala-node licenses
- Based on your licenses use
sudo gala-node config workloads <workload>
For examplesudo gala-node config workloads founders
sudo gala-node start
- Verify it’s up:
sudo gala-node status
Optional step:
- Run
sudo gala-node rename <node_name>
so you can easily identify it on the dashboard.
Previous Post: Operating in Grey Modes