~bcsaller/pyjuju/statusd

« back to all changes in this revision

Viewing changes to docs/source/user-tutorial.rst

  • Committer: Benjamin Saller
  • Date: 2011-10-12 23:04:00 UTC
  • mfrom: (332.1.70 trunk)
  • Revision ID: bcsaller@gmail.com-20111012230400-aghc88vefz0xlkhd
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
            db: {state: up}
203
203
          state: started
204
204
 
 
205
Exposing the service to the world
 
206
---------------------------------
 
207
 
 
208
All that remains is to expose the service to the outside world::
 
209
 
 
210
    $ juju expose wordpress
 
211
 
205
212
You can now point your browser at the public dns-name for instance 2 (running
206
213
wordpress) to view the wordpress blog
207
214