Database Reference
In-Depth Information
Click here to view code image
deb http://debian.datastax.com/community stable
main
Install DataStax Community:
Click here to view code image
curl -L http://debian.datastax.com/debian/repo_key
| sudo apt-key add -
sudo apt-get update
sudo apt-get install dsc12
The Cassandra service will start automatically.
RedHat/CentOS/Oracle
Make sure you have EPEL (Extra Packages for Enterprise Linux) installed:
Click here to view code image
rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/
i386/epel-release-5-4.noarch.rpm
Add a Yum repository for DataStax in /etc/yum.repos.d/datastax.repo:
Click here to view code image
[datastax]
name= DataStax Repo for Apache Cassandra
baseurl=http://rpm.datastax.com/community
enabled=1
gpgcheck=0
Install DataStax Community using Yum:
yum install dsc12
Start DataStax Community (as a single-node cluster):
sudo dsc cassandra
Search WWH ::




Custom Search