documentation and such
This commit is contained in:
parent
3e0365b8e5
commit
51f9bef49f
10
README.rdoc
10
README.rdoc
@ -9,7 +9,15 @@ Programmatically construct your Apache configuration using a powerful DSL built
|
|||||||
== Usage
|
== Usage
|
||||||
|
|
||||||
Run <tt>apache-configurator <directory></tt> to create a new directory to hold your config files.
|
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
|
== Building a config file
|
||||||
|
|
||||||
|
2
skel/Gemfile
Normal file
2
skel/Gemfile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
source :rubygems
|
||||||
|
gem 'apache-config-generator'
|
Loading…
Reference in New Issue
Block a user