~juju-jitsu/charms/precise/charmworld/trunk

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Aaron Bentley
  • Date: 2013-01-24 17:47:45 UTC
  • mfrom: (30.3.8 cron-mail)
  • Revision ID: aaron@canonical.com-20130124174745-1frimo7mr8b87n55
Enable sending error mail.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
    juju deploy mongodb --constraints instance-type=m1.small
15
15
 
16
 
On Canonistack, ensure mongodb has enough storage:
17
 
 
18
 
    juju set mongodb dbpath=/mnt/mongodb
19
 
 
20
16
Deploy Charmworld
21
17
 
22
18
    juju deploy cs:~juju-jitsu/precise/charmworld --constraints \
44
40
 
45
41
There are the options you can configure for charmworld
46
42
 
 
43
## Error email
 
44
 
 
45
This is the address that error messages (i.e. from cron) will be sent to.  (For
 
46
Canonistack instances, this must be an @canonical.com address.)
 
47
 
 
48
    juju set charmworld error-email=jrandom@example.com
 
49
 
47
50
## Ingest interval
48
51
 
49
52
Adjust this to increase or decrease the time between ingest runs. Cron will
61
64
 
62
65
    juju set charmworld 'source=lp:~abentley/charmworld/charm-deployment'
63
66
 
 
67
## Mongodb storage
 
68
 
 
69
If a particular filesystem has more storage than the root filesystem, for
 
70
example /mnt on Canonistack instances, you may wish to configure Mongodb to use
 
71
a particular path:
 
72
 
 
73
    juju set mongodb dbpath=/mnt/mongodb
 
74
 
64
75
# Credits
65
76
 
66
77
Report charm bugs at: https://bugs.launchpad.net/charms/precise/+source/charmworld