Skip to content

Latest commit

 

History

History
64 lines (35 loc) · 1.44 KB

README.markdown

File metadata and controls

64 lines (35 loc) · 1.44 KB

#orgdc

####Table of Contents

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

##Overview

This module installs org-dc (developed by epimorphics) from git into Tomcat 7 and configures it with either a custom configuration or the example configuration distributed with the binaries.

##Module Description

##Setup

###What org-dc affects

####Installs

  • /opt/org-dc configuration files
  • /var/log/org-dc logging directory

###Setup Requirements OPTIONAL

You need to have a working installation of tomcat 7. You can use https://github.com/SilexConsulting/puppet-tomcat

###Beginning with org-dc

To install org-dc with the default configuration, you only need to include the module

include orgdc

##Usage

If you would like to include your own configuration, you can specify it as follows:

class { 'orgdc': source_dir => "puppet:///modules/my_conf_module/", }

##Reference

##Limitations

Works with Debian-based distributions and installs org-dc

##Development

Contributions welcomed,

##Release Notes/Contributors/Etc

see changelog