Skip to content

timperrett/hashiconf-2016-demo

Repository files navigation

Hashiconf 2016 Demo

Build Status

This repository contains the small demo job used for my Hashiconf 2016 demo. It is not intended to be a particularly interesting demo project, but instead to demonstrate the workflow that Nelson enables.

Development

  1. brew install go - install the Go programming language:
  2. go get github.com/constabulary/gb - install the gb build tool
  3. go get github.com/codeskyblue/fswatch - install fswatch so we can do continous compilation
  4. `alias fswatch="$GOPATH/bin/fswatch"
  5. fswatch

This should give continous compilation without the tedious need to constantly restart gb build.