Sha256: f187df07bf3aaf3cb0be0c23c31a80a352753095e08d0d384aa28b28e17f4911

Contents?: true

Size: 1.43 KB

Versions: 1

Compression:

Stored size: 1.43 KB

Contents

# NetzkeConfig

This task helps configure a Netzke app with Netzke submodules and optionally ExtJS for Netzke development and debugging.
  
## Install

<code>gem install netzke_config</code>

## Usage

Must be run frokm the root of a Rails 3 Netzke application.

+Display usage instructions+  

<code>netzke_config --help</code> 

*Note: Ignore the double netzke_config after usage: (which is currently an "error" in Thor)*

## Usage examples

+Use defaults+

<code>$ netzke_config</code>

Clones *netzke* modules from 'skozlov' github account in <code>~/netzke/modules</code>.

+Clone modules from specific github account+

<code>$ netzke_config --account kmandrup</code>

Clones *netzke* modules from 'kmandrup' github account in <code>~/netzke/modules</code>.

+Specify location of netzke modules+

<code>$ netzke_config ../my/place</code>

Retrieves and places *netzke* modules in <code>../my/place</code>.

+Create symbolic link to existing *ExtJs* library and force overwrite of all symbolic links+

<code>$ netzke_config --force-links --extjs ~/code/ext-3.2.1/</code>

+Force overwrite of local *netzke* modules by newly retrieved remote modules. Also forces overwrite of all symbolic links+

<code>$ netzke_config --force-all --extjs ~/code/ext-3.2.1/</code>

+Attempt download of *ExtJs* library if it doesn't exist+

<code>$ netzke_config --overwrite-all --extjs ~/code/ext-3.2.1/ --download</code>


## Copyright ##

Copyright (c) 2009 Kristian Mandrup

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
netzke_config-0.1.2 README.markdown