mirror of https://github.com/apache/cassandra
Ninja - remove section to create directories below /var
This commit is contained in:
parent
8c5ce66fe3
commit
2c8e810be4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue