documentation and such

This commit is contained in:
John Bintz 2010-10-26 10:31:49 -04:00
parent 3e0365b8e5
commit 51f9bef49f
2 changed files with 11 additions and 1 deletions

View File

@ -9,7 +9,15 @@ Programmatically construct your Apache configuration using a powerful DSL built
== Usage
Run <tt>apache-configurator <directory></tt> to create a new directory to hold your config files.
A Rakefile and config.yml file will also be generated.
A Rakefile, Gemfile, and config.yml file will also be generated.
=== Rakefile tasks
Apache Config Generator defines several tasks for managing Apache config files:
* apache:create[environment] creates your config files for the specified environment
* apache:environments lists all possible environments that can be generated
* apache:default[environment] sets a default environment to use with a parameter-less apache:create (or the default rake task)
== Building a config file

2
skel/Gemfile Normal file
View File

@ -0,0 +1,2 @@
source :rubygems
gem 'apache-config-generator'