Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
update of structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Berardi committed Apr 11, 2010
1 parent 4dd7838 commit 85c91f8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.mkd
Expand Up @@ -12,18 +12,18 @@ Taken from the "Cassandra Jump Start For Windows" by Nick Berardi: http://www.co
2. Extract Cassandra to a directory of your choice (I used c:\development\cassandra) 2. Extract Cassandra to a directory of your choice (I used c:\development\cassandra)
3. Set the following environment variables 3. Set the following environment variables


`JAVA_HOME` (To the directory where you install the JRE, this should not be the bin directory) `JAVA_HOME` (To the directory where you install the JRE, this should not be the bin directory)
`CASSANDRA_HOME` (To the directory you extracted the files to in step 1) `CASSANDRA_HOME` (To the directory you extracted the files to in step 1)


4. Modify your Cassandra config file as you like and don’t forget to update the directory locations from a UNIX like path to something on your windows directory (in my example the config file is located at c:\development\cassandra\conf\storage-conf.xml) 4. Modify your Cassandra config file as you like and don’t forget to update the directory locations from a UNIX like path to something on your windows directory (in my example the config file is located at c:\development\cassandra\conf\storage-conf.xml)
5. Open cmd and run the cassandra.bat file (in my example the batch file is located at c:\development\cassandra\bin\cassandra.bat) 5. Open cmd and run the cassandra.bat file (in my example the batch file is located at c:\development\cassandra\bin\cassandra.bat)


cd c:\development\cassandra\bin\ cd c:\development\cassandra\bin\
.\cassandra.bat .\cassandra.bat


6. You can verify that Cassandra is running, by trying to connect to the server. To do this open a new cmd and run the cassandra-cli.bat file from the bin directory. 6. You can verify that Cassandra is running, by trying to connect to the server. To do this open a new cmd and run the cassandra-cli.bat file from the bin directory.


cd c:\development\cassandra\bin\ cd c:\development\cassandra\bin\
.\cassandra-cli.bat .\cassandra-cli.bat
connect localhost/9160 connect localhost/9160


0 comments on commit 85c91f8

Please sign in to comment.