Installing MothershipΒΆ

  • Install Go 1.11
  • Install bzr as it is used by one of our dependencies. (brew install bzr works)
  • Install htpasswd if you want to run your Mothership with authentication

With Go 1.11 there is no longer a need to use GOPATH. Dependencies are now handled by go modules.

$ git clone git@github.com:includeos/mothership.git
$ go build