~matsubara/+junk/maas-charm

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Diogo Matsubara
  • Date: 2012-04-21 07:13:32 UTC
  • Revision ID: diogo.matsubara@canonical.com-20120421071332-l3c42v70rqwguyls
add instructions on how to deploy this charm, fix bunch of bugs in *-relation-changed scripts, fix install script and add some TODOs to it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
To deploy:
7
7
 
8
8
    juju bootstrap
9
 
    juju deploy maas
10
 
    juju deploy postgresql
11
 
    juju deploy rabbitmq 
12
 
    juju add-relation postgreql maas
 
9
    juju deploy --repository=. local:maas
 
10
    juju deploy --repository=. local:postgresql
 
11
    juju deploy --repository=. local:rabbitmq-server
 
12
    juju add-relation postgresql:db maas
13
13
    juju add-relation rabbitmq maas
 
14
    juju expose maas