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/08/28 12:52]
gsamfira
juju [2015/08/17 11:37] (current)
Line 1: Line 1:
 ======= Working with Juju and MaaS ======= ======= Working with Juju and MaaS =======
  
-:!: WARNING: this is outdated, and will be replaced once the windows changes merge with upstream :!:+:!: WARNING: reboot support is not yet merged. If you need to reboot please use old binaries :!:
  
 :!: For the sake of this example, we will assume that your MaaS IP is **192.168.200.1** :!: :!: For the sake of this example, we will assume that your MaaS IP is **192.168.200.1** :!:
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
  
-  cd $GOPATH\src\github.com\juju\juju+  go get -v launchpad.net/godeps 
 +  cd $GOPATH/src/github.com/juju/juju
   godeps -f -u dependencies.tsv   godeps -f -u dependencies.tsv
  
Line 82: 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.1409219571.txt.gz · Last modified: 2014/08/28 12:52 (external edit)