wiki scalable
This is a simple model of Mediawiki, a content management system, backed by the MySQL database, with memcached acceleration and haproxy as a front-end load balancer.
$ juju deploy haproxy
$ juju deploy mediawiki
$ juju add-relation haproxy mediawiki
$ juju deploy mariadb
$ juju add-relation mediawiki:db mariadb:db
$ juju deploy memcached
$ juju add-relation mediawiki memcached
$ juju expose haproxy