Charm: limesurvey
Summary
Limesurvey is a complete web survey application
Charm Store
juju deploy cs:precise/limesurvey-4
Maintainer
Clint Byrum
Series
precise
Description
Limesurvey is a complete web survey application: - Unlimited number of surveys at the same time - Unlimited number of questions in a survey (only limited by your database) - Unlimited number of participants to a survey - Multi-lingual surveys - User-management - 20 different question types with more to come - WYSIWYG HTML editor - Quotas management and much more. See http://www.limesurvey.org/ for details.
Links
Repository   Bugs
lp:~charmers/charms/precise/limesurvey/trunk
Interfaces
Provides
Requires
Config
admin-email string
admin-bounce string
default-lang string
site-name string
mail-smtp-password string
mail-smtp-ssl string
admin-name string
default-admin-pass string
mail-smtp-user string
mail-method string
mail-smtp-host string
db-persistent string
mysql-tabletype string
Details
Readme
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.
Changes  
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)