Merge lp:~jorge/charms/oneiric/phpmyadmin/update-readme into lp:charms/oneiric/phpmyadmin

Proposed by Jorge Castro
Status: Merged
Merged at revision: 38
Proposed branch: lp:~jorge/charms/oneiric/phpmyadmin/update-readme
Merge into: lp:charms/oneiric/phpmyadmin
Diff against target: 37 lines (+9/-8)
1 file modified
README (+9/-8)
To merge this branch: bzr merge lp:~jorge/charms/oneiric/phpmyadmin/update-readme
Reviewer Review Type Date Requested Status
Marco Ceppi (community) Approve
Review via email: mp+100685@code.launchpad.net

Description of the change

Update README to reflect deployment of the charm store.

To post a comment you must log in.
Revision history for this message
Marco Ceppi (marcoceppi) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== renamed file 'readme' => 'README'
2--- readme 2011-12-23 02:34:07 +0000
3+++ README 2012-04-03 20:23:23 +0000
4@@ -6,13 +6,14 @@
5
6 Oh look! There's a video: http://www.youtube.com/embed/SXsiffMI5Uc?hd=1
7
8-juju deploy --repository . local:mysql
9-juju deploy --repository . local:phpmyadmin
10-juju add-relation phpmyadmin mysql
11+ juju deploy mysql
12+ juju deploy phpmyadmin
13+ juju add-relation phpmyadmin mysql
14
15 # Replace password with your actually password
16-juju set phpmyadmin password="password"
17-juju expose phpmyadmin
18+
19+ juju set phpmyadmin password="password"
20+ juju expose phpmyadmin
21
22 The default user is juju-admin; however, that can be changed - or new users added -
23 by envoke juju set and passing a value for add-user and providing a value for
24@@ -24,10 +25,10 @@
25 in the Ubuntu Archive Repositories. By default the version from the Repos
26 will be installed. At anytime you can set use-upstream to be true
27
28-juju set phpmyadmin use-upstream=true
29+ juju set phpmyadmin use-upstream=true
30
31 At anytime you can switch back by setting this to false.
32
33-juju set phpmyadmin use-upstream=false
34+ juju set phpmyadmin use-upstream=false
35
36-During the switches your configuration files will remain intact
37+During the switches your configuration files will remain intact.

Subscribers

People subscribed via source and target branches

to all changes: