Advertisement
Guest User

Untitled

a guest
Feb 13th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. #!/bin/bash
  2. sudo juju destroy-environment
  3. cd ~/.juju
  4. rm -rf *
  5. cd ~/
  6. juju generate-config
  7. juju switch local
  8. sudo juju bootstrap
  9. juju deploy --repository=/home/$USER/charms local:/precise/$charmname
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement