If requested, in the address bar above, please allow popups.
A simple Mediawiki bundle
This bundle deploys a Mediawiki with MySQL, for a total of two units.
Usage
You can deploy the single bundle with:
juju deploy wiki-simple
After deployment you need to expose the Mediawiki service, either via the GUI or the CLI:
juju expose wiki
Then run a juju status wiki to get the public address. The browse to that address in your browser to configure and use the wiki.
wiki-simple
Bundle configuration
-
wiki Show configuration
- debug
- False
- name
- Please set name of wiki
- skin
- vector
-
mysql Show configuration
- vip_cidr
- 24
- vip_iface
- eth0
- block-size
- 5
- tuning-level
- safest
- rbd-name
- mysql1
- query-cache-size
- -1
- query-cache-type
- OFF
- binlog-format
- MIXED
- ha-mcastport
- 5411
- max-connections
- -1
- flavor
- distro
- preferred-storage-engine
- InnoDB
- dataset-size
- 512M
- ha-bindiface
- eth0