Charm: limesurvey
Summary
Limesurvey is a complete web survey application
Charm Store
juju deploy cs:oneiric/limesurvey-0
Series
oneiric
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/oneiric/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/03/28 Marco Ceppi Updated install path (revno 18)
2012/03/15 Clint Byrum Fixing download URL for limesurvey (revno 17)
2012/03/12 Clint Byrum fixing boolean problems (revno 16)
2012/01/28 Mark Mims wait for config:bool to land (revno 15)
2012/01/28 Mark Mims strong config types (revno 14)
2012/01/23 Nick Barcet updating the version of limesurvey (revno 13)
2011/12/08 Marco Ceppi Merged Nick Barcet's fixes from lp:~nijaba/charm/oneiric/limesurvey/trunk (revno 12)
2011/12/07 Clint Byrum Merging new config settings from Nick Barcet (revno 11)
2011/12/06 Clint Byrum Fixing idempotency (revno 10)
Lint Check
  • err: Charms need a maintainer (See RFC2822) - Name <email>

In other archives
~nijaba:oneiric/limesurvey