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/