~hazmat/pyjuju/rapi-rollup

« back to all changes in this revision

Viewing changes to examples/README

  • Committer: Kapil Thangavelu
  • Date: 2013-01-20 12:17:15 UTC
  • mfrom: (616.2.13 rapi-annotation)
  • Revision ID: kapil@canonical.com-20130120121715-exju6n7miobz9gmc
Merged rapi-annotation into rapi-rollup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Examples
2
 
========
3
 
 
4
 
 
5
 
These are some example charms that can be deployed together to create some connected services.
6
 
 
7
 
Many more charms of greater functionality and utility exist in the Principia project, which
8
 
currently serves as a clearinghouse for juju charms.
9
 
 
10
 
http://launchpad.net/principia
11
 
 
12
 
 
13
 
Deploying
14
 
=========
15
 
 
16
 
As an example of deploying these sample charms as services and connectinng them.
17
 
 
18
 
  $ juju bootstrap
19
 
  $ juju deploy --repository=examples local:mysql
20
 
  $ juju deploy --repository=examples local:wordpress
21
 
  $ juju add-relation wordpress mysql
22
 
  $ juju status
23
 
 
24
 
The status command will show the address of the newly deployed wordpress service.