Deployment¶
- Docker
- Docker Compose
- Kubernetes
- Helm (coming soon)
- Manual
How to run¶
- Choose a deployment method.
- Follow the instructions for installing glctl.
-
Use glctl to add a link:
glctl --host localhost:8081 add link MyApp /myapp https://myapp.example.com
-
Open the golink web ui in a browser:
-
Follow the link to MyApp:
Note
Replace localhost:8081
with the host and port for your Golink server.