Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtojek/swarm-helloworld
First HelloWorld project on the GiantSwarm platform
https://github.com/mtojek/swarm-helloworld
Last synced: about 1 month ago
JSON representation
First HelloWorld project on the GiantSwarm platform
- Host: GitHub
- URL: https://github.com/mtojek/swarm-helloworld
- Owner: mtojek
- License: other
- Created: 2015-10-07T20:28:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T20:32:21.000Z (over 9 years ago)
- Last Synced: 2024-10-27T05:47:45.739Z (3 months ago)
- Language: HTML
- Size: 4.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello World
A minimal example application for Giant Swarm.
See [The Annotaded Hello World](http://docs.giantswarm.io/guides/annotated-helloworld/) in the Giant Swarm documentation for details.
## Mac
See https://docs.giantswarm.io/reference/cli/installation/#macosx for Mac OS installation instructions.
```
$ git clone https://github.com/giantswarm/helloworld.git && cd helloworld
$ swarm login
```(Enter your Giant Swarm credentials)
```
$ swarm up --var=domain=helloworld-$USER.gigantic.io
```## Linux
See https://docs.giantswarm.io/reference/cli/installation/#linux for Linux installation instructions.
```
$ git clone https://github.com/giantswarm/helloworld.git && cd helloworld
$ swarm login
```(Enter your Giant Swarm credentials)
```
$ ./swarm up --var=domain=helloworld-$USER.gigantic.io
```## Building
Note: This project builds a simple helloworld image written in Go. The files in here are not intented for direct usage of Giant Swarm. For a suitable getting started example see http://docs.giantswarm.io/guides/your-first-service/ That said: Go around have a look. ;-)
This project is setup with an automatic build in the Docker hub: https://registry.hub.docker.com/u/giantswarm/helloworld/. To trigger an automatic build, push the changes into https://github.com/giantswarm/helloworld.