~charmers/charms/trusty/etherpad-lite/trunk

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Mark Mims
  • Date: 2013-07-14 20:02:59 UTC
  • mfrom: (12.2.1 etherpad-lite)
  • Revision ID: mark.mims@canonical.com-20130714200259-q4eh9xl7ajfdu3nh
merging lp:~dspiteri/charms/precise/etherpad-lite/pythonport as per https://code.launchpad.net/~dspiteri/charms/precise/etherpad-lite/pythonport/+merge/173636

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
lose all of the pads within your standalone deployment - same applies
28
28
vica-versa.
29
29
 
30
 
You can change the upstream commit tag for etherpad-lite by using charm config
31
 
either in a yaml file::
32
 
 
33
 
    etherpad-lite:
34
 
        commit: 1.0
35
 
 
36
 
or::
37
 
 
38
 
    juju set etherpad-lite commit=cfb58a80a30486156a15515164c9c0f4647f165b
39
 
 
40
 
This can be changed for an existing service as well - allowing you to upgrade to
41
 
a newer (potentially broken!) version.
 
 
b'\\ No newline at end of file'
 
30
The charm config has the following configurables:
 
31
 
 
32
    application_url: Bundled BZR branch with node.js deps
 
33
    application_revision: branch revision to update
 
34
    install_dir: directory to install to
 
35
    extra_archives: get an appropriate version of node.js and related packages
 
36
 
 
37
To upgrade, set application_revision to the latest version:
 
38
        
 
39
    juju upgrade-charm etherpad-lite
 
40
 
 
41
Your data will be retained in {install_dir}-db, or fixup the mysql relation as above.
 
42