{{gnes-yaml}}
This is the workflow generated from your input YAML config, which helps you to understand how microservices work together in GNES.
This is a Bash script generated from your YAML config. You can use it to start a GNES server on a local machine.
1. Install GNES via pip install gnes
2. Create a new file say run.sh
3. Copy the following content to it and run it via bash ./run.sh
.
{{gnes-shell}}
This is a docker-compose YAML file generated from your YAML config. You can use it to start a Docker Swarm distributed on multiple machines.
1. Install Docker and Docker Swarm
2. Create a new file say my-compose.yml
3. Copy the following content to it
4. Run docker stack deploy --compose-file my-compose.yml
.
{{gnes-docker}}
{{gnes-k8s}}