Forge Home

limesurvey

Installation and Configuration of Limesurvey

8,192 downloads

7,660 latest version

4.9 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.3 (latest)
  • 0.1.2
  • 0.1.1
  • 0.1.0
released Dec 13th 2016
This version is compatible with:
  • ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'martialblog-limesurvey', '0.1.3'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add martialblog-limesurvey
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install martialblog-limesurvey --version 0.1.3

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

martialblog/limesurvey — version 0.1.3 Dec 13th 2016

Build Status

limesurvey

Table of Contents

  1. Description
  2. Setup - The basics of getting started with limesurvey
  3. Usage - Configuration options and additional functionality
  4. Reference - An under-the-hood peek at what the module is doing and how
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module

Description

This module installs Limesurvey from the limesurvey.org website..

Optionally MySQL and Apache2 are installed and managed by this module. However, both classes can be overwritten.

Setup

Beginning with limesurvey

Basically this module downloads the code from limesurey.org and places it into the specified directory. Without the database class included you need to install and manage the database by yourself. Same for the websever and PHP.

Usage

A basic example using both webserver and database

        class { 'limesurvey':
            dbname            => 'limesurvey',
            dbpassword        => 'foobar',
            dbuser            => 'lemongrab',
            sql_root_password => 'foobar',
            manage_webserver  => false,
        }

Reference

Classes

Public classes

  • [limesurey::init]: Installs and configures Limesurvey.
  • [limesurey::extract]: Downloads the code from limesurey.org
  • [limesurey::config]: Manages the configuration of Limesurvey.
  • [limesurey::database]: Installs and configures a MySQL database.
  • [limesurey::webserver]: Installs and configures an Apacha2 webserver.
  • [limesurey::php]: Installs the required PHP packages.

For details on parameters see manifests

Limitations

This module has been tested on:

  • Debian 7, 8

Using Puppet >=4.5

The CentOS Build needs fixing, but the module should work.

Development

For further details see CONTRIBUTING.md

Authors

  • Markus Opolka