Merge lp:~jorge/charms/precise/moodle/fix-readme into lp:~rkather/charms/oneiric/moodle/trunk

Proposed by Jorge Castro
Status: Merged
Merged at revision: 20
Proposed branch: lp:~jorge/charms/precise/moodle/fix-readme
Merge into: lp:~rkather/charms/oneiric/moodle/trunk
Diff against target: 56 lines (+12/-13)
1 file modified
README.md (+12/-13)
To merge this branch: bzr merge lp:~jorge/charms/precise/moodle/fix-readme
Reviewer Review Type Date Requested Status
Ryan Kather Approve
Review via email: mp+129315@code.launchpad.net

Description of the change

Some updates so it reads right.

To post a comment you must log in.
Revision history for this message
Ryan Kather (rkather) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.md'
2--- README.md 2012-09-27 15:09:03 +0000
3+++ README.md 2012-10-11 21:29:21 +0000
4@@ -7,9 +7,7 @@
5
6 ## Installation
7
8-This charm is not yet availabie in the Juju Charm Store, to deploy you'll need a
9-bzr client to download the charm, a working Juju installation, a cloud provider,
10-and a successful bootstrap. Please refer to the
11+Please refer to the
12 [Juju Getting Started](https://juju.ubuntu.com/docs/getting-started.html)
13 documentation before continuing.
14
15@@ -17,24 +15,25 @@
16
17 Once bootstrapped you'll need to the deploy the following charms for Moodle.
18
19-- [Moodle](https://code.launchpad.net/~rkather/charms/oneiric/moodle/trunk)
20+- [Moodle](http://jujucharms.com/charms/precise/moodle)
21 - [NFS](http://jujucharms.com/charms/precise/nfs)
22 - [Postgresql](http://jujucharms.com/charms/precise/postgresql)
23
24 ### Moodle
25
26-Acquire the bzr branch for Moodle with;
27+Deploy Moodle with:
28
29- bzr branch lp:~rkather/charms/oneiric/moodle/trunk
30+ juju deploy moodle
31
32 Once you have Moodle, you may edit the config.yaml parameters for your
33 requirements. You may define an admin password, admin userID, Site Name,
34-Short Site Name, Domain Name, and more. Once you're confident in your
35-configuration parameters deploy with;
36-
37- juju deploy --repository YOUR_BZR_BRANCH_PATH local:moodle
38-
39-Italics represent the path in which you checked out the moodle charm.
40+Short Site Name, Domain Name, and more"
41+
42+ juju set moodle adminuser="yourname"
43+ juju set moodle adminpass="yourpassword"
44+ juju set moodle fullname="Your Moodle"
45+ juju set moodle shortname="Moodle"
46+ juju set moodle domainname="oakland.edu"
47
48 ### NFS
49
50@@ -63,4 +62,4 @@
51
52 juju expose moodle
53
54-Congratulations, you should now have a functional cloud based Moodle.
55+Congratulations, you should now have a functional cloud based Moodle, run a `juju status` to get the IP of the Moodle instance and put it in your browser to use Moodle.
56\ No newline at end of file

Subscribers

People subscribed via source and target branches