This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.rdoc | Fri Aug 21 11:13:30 -0700 2009 | |
| |
lib/ | Tue Jun 09 12:44:17 -0700 2009 | |
| |
moonshine/ | Tue May 05 17:24:43 -0700 2009 | |
| |
recipes/ | Mon Jun 29 08:14:17 -0700 2009 | |
| |
spec/ | Fri Jul 03 05:37:48 -0700 2009 | |
| |
templates/ | Wed Sep 16 06:09:40 -0700 2009 |
README.rdoc
Moonshine_God
A plugin for Moonshine
Moonshine_God provides simple installation and configuration management for god. Just drop your god configs into config/god/*.god in your Rails application, add a couple lines to your Moonshine manifest, and deploy.
Available options:
- log_level - One of debug, info, warn, error, or fatal. Default is ‘warn’.
- log_file - Path to log file. Default is /var/log/god.log.
Instructions
- script/plugin install git://github.com/railsmachine/moonshine_god.git
- Add god configuration files at config/god/*.god
- Configure settings in the manifest if desired:
configure( :god => { :log_level => 'info', :log_file => "configuration[:deploy_to]/shared/log/god.log" } ) - Include the plugin and recipe(s) you want to use in your Moonshine
manifest.
plugin :god recipe :god







