Version information
released Feb 19th 2015
This version is compatible with:
- Puppet 3.x
- , ,
Start using this module
Add this module to your Puppetfile:
mod 'firm1-zds', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
firm1/zds — version 0.1.0 Feb 19th 2015
zds
Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with zds
- Usage - Configuration options and additional functionality
- Development - Guide for contributing to the module
Overview
This module allows to deploy the ZDS project in production environnement. This is a community website opensource engine made with django.
This project supports the following OS:
- Debian
- Ubuntu
It should run on Centos, but not yet tested
Module Description
This project includes the following tools necessary for the operation of ZDS.
- back-end:
- django: virtualenv, gunicorn (WSGI)
- solr
- pandoc
- front-end
- nodejs
- npm
- database:
- mysql
- Web server
- nginx
Each tool is installed, configured and the services are started
Setup
What zds affects
ZDS exposes on port 80 the web service and on port 8983 Solr program. An entry is reserved in the crontab for automatic indexing (every 20 minutes)
New users are created : nginx, cabal
Usage
The best way to use ZDS is to use hiera, like this.
zds:
repo:
author: "zestedesavoir"
branch: "dev"
site:
url: "zestedesavoir.com"
id: "daily"
database:
host: "localhost"
name: "bdd"
user: "root"
password: "SuperPassword"
front:
node_version: "v0.10.36"
logo_url: ""
color:
primary: "#F39539"
secondary: "#C21936"
body_bg: "#FFF"
header_hv: "#B03712"
side_bg: "#F6F6F6"
side_hv: "#FFF"
settings:
name: ""
litteral_name: ""
slogan: ""
abbr: "OC"
email_contact: ""
email_noreply: ""
forum_feedback_users: ""
long_description: ""
cnil: ""
social:
facebook: "https://www.facebook.com/"
twitter: "https://twitter.com/"
google: "https://plus.google.com/"
Development
Dependencies
- camptocamp-archive (>=0.3.6)
- jfryman-nginx (>=0.2.2)
- maestrodev-wget (>=1.5.7)
- puppetlabs-java (>=1.3.0)
- puppetlabs-mysql (>=3.1.0)
- puppetlabs-stdlib (>=4.5.1)
- puppetlabs-vcsrepo (>=1.2.0)
- stankevich-python (>=1.8.2)
- torrancew-cron (>=0.1.0)
- tracywebtech-pip (>=1.3.2)
- tracywebtech-supervisor (>=1.1.6)
- willdurand-nodejs (>=1.8.5)