User Tools

Site Tools


juju

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
juju [2014/10/24 19:43]
anashwan
juju [2015/08/17 11:37] (current)
Line 7: Line 7:
   * Install Go   * Install Go
  
-  sudo apt-get -y install golang-go git mercurial bzr+  sudo apt-get -y install golang-go git mercurial bzr mongodb
  
   * Set up your Go environment   * Set up your Go environment
Line 20: Line 20:
   * Get a copy of juju-core from launchpad. This will pull in all other dependencies:   * Get a copy of juju-core from launchpad. This will pull in all other dependencies:
  
-  go get github.com/juju/juju/...+  go get -v github.com/juju/juju/...
  
   * Get correct dependencies   * Get correct dependencies
  
-  go get launchpad.net/godeps +  go get -v launchpad.net/godeps 
-  cd $GOPATH\src\github.com\juju\juju+  cd $GOPATH/src/github.com/juju/juju
   godeps -f -u dependencies.tsv   godeps -f -u dependencies.tsv
  
Line 83: Line 83:
 Go to your MaaS web interface under: Go to your MaaS web interface under:
  
-  http://192.168.200.1:5240/account/prefs/+  http://192.168.200.1/MAAS/account/prefs/
      
 Where you will find: Where you will find:
juju.1414168987.txt.gz · Last modified: 2014/10/24 19:43 (external edit)