####Table of Contents
- Overview
- Setup - The basics of getting started with katello_devel
- 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 is designed to setup a Katello development environment for developing Katello or Foreman in the context of each other.
##Setup
###What katello_devel affects
- Installs Katello and Foreman from git
- Provides an HTTPS server and proxy to local Rails server for easy use of subscription-manager
- Uses RVM to provide isolated gem environment
###Beginning with katello_devel
The very basic steps needed for a user to get the module up and running.
If your most recent release breaks compatibility or requires particular steps for upgrading, you may wish to include an additional section here: Upgrading (For an example, see http://forge.puppetlabs.com/puppetlabs/firewall).
##Usage
Please see https://github.com/Katello/katello-installer#development-examples
##Reference
##Limitations
- EL6 (RHEL6 / CentOS 6)
- EL7 (RHEL7 / CentOS 7)
##Development
See the CONTRIBUTING guide for steps on how to make a change and get it accepted upstream.