Skip to content

tobscher/go-example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-example-app

Test deployment via kiss

Start vagrant box:

$ vagrant up

Download kiss:

$ go get github.com/gophergala/go_ne/kiss

Install required plugins:

$ go get github.com/gophergala/go_ne/plugins/plugin-apt-get
$ go get github.com/gophergala/go_ne/plugins/plugin-git-clone
$ go get github.com/gophergala/go_ne/plugins/plugin-whoami
$ go get github.com/gophergala/go_ne/plugins/plugin-env

Run deployment task setup:

$ kiss -group=web -task=setup

Deploy/update your application:

$ kiss -group=web -task=deploy

NOTE: This will pull the latest changes from GitHub. Feel free to fork this repo and try updating the code.

Visit the app at http://localhost:8080/

About

Example application in go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages