~jorge/charms/bundles/fix-mediawiki/trunk

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Jorge O. Castro
  • Date: 2014-03-03 19:20:54 UTC
  • Revision ID: jorge@ubuntu.com-20140303192054-l6s9dyz1mazq4sww
Add more detail in the README.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# A simple Mediawiki bundle
2
2
 
3
 
This bundle deploys a Mediawiki with MySQL. It's designed for small wikis. 
 
3
This bundle deploys a Mediawiki with MySQL. It's designed for small wikis.
 
4
 
 
5
# Usage
 
6
 
 
7
After deployment you need to expose the Mediawiki service, either via the GUI or the CLI:
 
8
 
 
9
    juju expose mediawiki
 
10
 
 
11
## Scale Out Usage
 
12
 
 
13
This is only designed for a small deployments, use the Scalable Mediawiki
 
14
bundle for other deployments.