Sha256: 69d0eea36de28e2289d74fc0aae03e8b4b687a7c146e1877154823a639a88a96

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

# Mama Cass

Mama Cass is a Rails generator to install [cassandra](http://cassandra.apache.org/).  It also includes a command line application for starting cassandra and logging into the cassandra console.

## Install generator

<pre>
rails g mama_cass:install
</pre>

This installs the following directories and files:

* cassandra/server                   - cassandra server (version 0.6.0)
* config/cassandra.yml               - includes definitions for development and test keyspaces
* config/cassandra/cassandra.in.sh   - server start up options
* config/cassandra/log4j.properties  - log4j configuration
* config/cassandra/storage-conf.xml  - keyspace definitions

## Command line app

<pre>
mama_cass start
</pre>

Start cassandra.  Cassandra is run in the foreground and should be stopped via <code>Ctrl+C</code>.

<pre>
mama_cass console
</pre>

Start the cassandra console.  This will try to connect to the cassandra started via <code>mama_cass start</code>. 

## LICENSE

Released under the MIT License. See the LICENSE file for further details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mama_cass-0.0.1 README.md