Juju charm limesurvey author: Nick Barcet <nick.barcet@canonical.com> Example deployment: 1. Setup your site specific parameters in limesurvey.yaml > vi limesurvey.yaml a list of all settable parameter with description is available using > juju get limesurvey 2. Deployment with mysql and haproxy >juju bootstrap >juju deploy --config limesurvey.yaml limesurvey >juju deploy mysql >juju deploy haproxy >juju add-relation mysql limesurvey >juju add-relation limesurvey haproxy >juju expose haproxy 3. Accessing you new limesurvey survey site should be ready at http://<haproxy-machine-addr>/. To find out the public address of haproxy, look for it in the output of the 'juju status' command. The admin interface is at http://<limesurvey-machine-addr>/admin/ with default login (admin) and password (password) that you should change as soon as possible.
| 2012/11/15 Clint Byrum bumping rev to get latest build (revno 29) |
| 2012/11/15 Clint Byrum New build of 2.00 (revno 28) |
| 2012/11/08 Clint Byrum Handle case of default password, which is a policy violation (revno 27) |
| 2012/11/08 Clint Byrum Setting myself as maintainer (revno 26) |
| 2012/11/08 Clint Byrum Updating build and fixing php-apc installation. Also do appropriate error checking (revno 25) |
| 2012/11/06 Clint Byrum performance help from APC and an index for expiring sessions (revno 24) |
| 2012/11/06 Clint Byrum more fixes from testing (revno 23) |
| 2012/11/05 Clint Byrum make it work (revno 22) |
| 2012/11/05 Clint Byrum beginnings of limesurvey 2.00 support (revno 21) |