Charm: limesurvey
Summary
Limesurvey is a complete web survey application
Charm Store
juju deploy cs:~nijaba/oneiric/limesurvey-0
Owner
nijaba
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:~nijaba/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  
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)
Lint Check
  • err: Charms need a maintainer (See RFC2822) - Name <email>

In other archives
Newer oneiric/limesurvey