#orgdc
####Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with Org-Dc
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- 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