You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sn...@apache.org on 2015/05/07 16:21:28 UTC

[2/3] cassandra git commit: Ninja - remove section to create directories below /var

Ninja - remove section to create directories below /var


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2c8e810b
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2c8e810b
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/2c8e810b

Branch: refs/heads/trunk
Commit: 2c8e810be4810129c1bee4266b17bf9f88552fed
Parents: 8c5ce66
Author: Robert Stupp <sn...@snazy.de>
Authored: Thu May 7 16:15:34 2015 +0200
Committer: Robert Stupp <sn...@snazy.de>
Committed: Thu May 7 16:18:02 2015 +0200

----------------------------------------------------------------------
 README.asc | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/2c8e810b/README.asc
----------------------------------------------------------------------
diff --git a/README.asc b/README.asc
index 2e0a0e6..6360fe9 100644
--- a/README.asc
+++ b/README.asc
@@ -25,14 +25,7 @@ First, we'll unpack our archive:
   $ tar -zxvf apache-cassandra-$VERSION.tar.gz
   $ cd apache-cassandra-$VERSION
 
-and create the log and data directories.  These correspond to the defaults from conf/ and may be adjusted to suit your own environment:
-
-  $ sudo mkdir -p /var/log/cassandra
-  $ sudo chown -R `whoami` /var/log/cassandra
-  $ sudo mkdir -p /var/lib/cassandra
-  $ sudo chown -R `whoami` /var/lib/cassandra
-
-Finally, we start the server.  Running the startup script with the -f argument will cause
+After that we start the server.  Running the startup script with the -f argument will cause
 Cassandra to remain in the foreground and log to standard out; it can be stopped with ctrl-C.
 
   $ bin/cassandra -f