Skip to content

Commit

Permalink
added more details on how to setup a Useradmin running on Cassandra
Browse files Browse the repository at this point in the history
  • Loading branch information
jnbdz committed Sep 26, 2011
1 parent 6bdacaf commit 50db663
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cassandra-schema.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Cassandra-Schema
=============

##Configuration

Change the driver value in auth.php configuration file to cassandra.

##Need Cassandra Module

Got to: https://github.com/jnbdz/Kohana-Cassandra to get the Koahana-Cassandra module.

##Don't forget

Do not forget to follow the instructions to how to install Cassandra/Thrift/PHPCassa in the README.md file of Kohana-Cassandra.

##Connect to Cassandra

`bin/cassandra-cli -host localhost -port 9160`
Expand Down

0 comments on commit 50db663

Please sign in to comment.