Ninja - remove section to create directories below /var

This commit is contained in:
Robert Stupp 2015-05-07 16:15:34 +02:00
parent 8c5ce66fe3
commit 2c8e810be4
1 changed files with 1 additions and 8 deletions

View File

@ -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