Skip to content

Commit

Permalink
Compress the ccm commands to a single line using create options.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Negrea committed Oct 11, 2016
1 parent 8142e77 commit cca84ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ https://github.com/pcmanus/ccm[Cassandra Cluster Manager, CCM].

[source,bash,subs="attributes"]
----
ccm create -v {cassandra-version} hawkular
ccm populate -n 1
ccm start
ccm create -v {cassandra-version} -n 1 -s hawkular
----

These steps build and start a single node cluster of Cassandra. Note that while it is recommended to use ccm, it
Expand Down

0 comments on commit cca84ba

Please sign in to comment.