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.
| 2011/12/08 Nick Barcet fixing the logic on ch_get_file (revno 16) |
| 2011/12/07 Nick Barcet better error out if limesurvey-common cannot be loaded (revno 15) |
| 2011/12/06 Nick Barcet Merging back with htrunk (revno 14) |
| 2011/12/06 Nick Barcet typos and loosends (revno 13) |
| 2011/12/06 Nick Barcet implement config-changed hook (revno 12) |
| 2011/12/06 Nick Barcet add the yaml files for configuration (revno 11) |
| 2011/12/06 Nick Barcet add a few site specific configuration parameters, including mysql table type. (revno 10) |
| 2011/12/04 Nick Barcet fixing rooturl (revno 9) |
| 2011/12/04 Nick Barcet fixing install hook (revno 8) |