You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2009/06/26 20:11:05 UTC

[Cassandra Wiki] Trivial Update of "GettingStarted" by JonathanEllis

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.

The following page has been changed by JonathanEllis:
http://wiki.apache.org/cassandra/GettingStarted

------------------------------------------------------------------------------
  
   1. edit `conf/storage-conf.xml` to your satisfaction.  By default it will run on localhost and use `/var/cassandra` for data and logs (so create that directory and chown it appropriately if you want to keep things there). If you use a different log and data directory you'll probably also want to edit the log4j log location in conf/log4j.properties.
   1. `bin/cassandra` to start (`-f` to start in foreground.)
-  1. verify that thinks are working using the CassandraCli command-line client
+  1. verify that things are working using the CassandraCli command-line client
  
  === Running on multiple nodes ===