~ubuntu-branches/ubuntu/quantal/charm-tools/quantal

« back to all changes in this revision

Viewing changes to tests/charms/mod-spdy/README

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-07-23 13:52:08 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120723135208-55bdkt9jj6kthm47
Tags: 0.3+151-0ubuntu1
* New upstream release.
* build-dep on python-yaml so charm proof tests can be run.
* buid-dep on python-apt and python-cheetah to enable new upstream
  tests.
* d/charm-tools.install: Install etc/* to pick up bash completion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This will open port 443 on any machine with apache and enable mod_spdy.
 
2
 
 
3
juju deploy wrdpress
 
4
juju deploy mysql
 
5
juju add-relation mysql wordpress
 
6
juju expose wordpress
 
7
juju deploy mod-spdy
 
8
juju add-relation mod-spdy wordpress
 
9
 
 
10
Now, juju does not allow subordinates to open ports for their primaries,
 
11
so you have to use the 'open-port' script in juju-jitsu.
 
12
 
 
13
To do that, after you've done the steps above:
 
14
 
 
15
bzr branch lp:juju-jitsu
 
16
juju-jitsu/sub-commands/open-port your-primary-service 443
 
17
 
 
18
https://your-public-ip/ should be SSL, and should be using SPDY if you
 
19
try it in Chrome/Chromium.