Author: jbellis Date: Fri May 7 16:21:33 2010 New Revision: 942142 URL: http://svn.apache.org/viewvc?rev=942142&view=rev Log: update README post-graduation. patch by Jeremy Hanna.
Modified: cassandra/branches/cassandra-0.6/README.txt Modified: cassandra/branches/cassandra-0.6/README.txt URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.6/README.txt?rev=942142&r1=942141&r2=942142&view=diff ============================================================================== --- cassandra/branches/cassandra-0.6/README.txt (original) +++ cassandra/branches/cassandra-0.6/README.txt Fri May 7 16:21:33 2010 @@ -10,7 +10,7 @@ and the data model from Google's BigTabl eventually consistent. Like BigTable, Cassandra provides a ColumnFamily-based data model richer than typical key/value systems. -For more information see http://incubator.apache.org/cassandra +For more information see http://cassandra.apache.org/ Requirements ------------ @@ -22,8 +22,8 @@ Getting started This short guide will walk you through getting a basic one node cluster up and running, and demonstrate some simple reads and writes. - * tar -zxvf cassandra-$VERSION.tgz - * cd cassandra-$VERSION + * tar -zxvf apache-cassandra-$VERSION.tar.gz + * cd apache-cassandra-$VERSION * sudo mkdir -p /var/log/cassandra * sudo chown -R `whoami` /var/log/cassandra * sudo mkdir -p /var/lib/cassandra @@ -94,7 +94,7 @@ Wondering where to go from here? best source for additional information. * Join us in #cassandra on irc.freenode.net and ask questions. * Subscribe to the Users mailing list by sending a mail to - cassandra-user-subscr...@incubator.apache.org + user-subscr...@cassandra.apache.org