Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DBarthe committed May 2, 2017
1 parent 4df3707 commit 074af3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/elassandra/source/install_deb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Import the GPG Key

Download and install the public signing key::

curl -L https://packagecloud.io/elassandra/stable/gpgkey | sudo apt-key add -
curl -L https://packagecloud.io/elassandra/latest/gpgkey | sudo apt-key add -

Install Elassandra from the APT repository
..............................................
Expand All @@ -20,7 +20,7 @@ Ensure apt is able to use https::

Add the Elassandra repository to your source list::

echo "deb https://packagecloud.io/elassandra/stable/debian jessie main" | sudo tee -a /etc/apt/sources.list.d/elassandra.list
echo "deb https://packagecloud.io/elassandra/latest/debian jessie main" | sudo tee -a /etc/apt/sources.list.d/elassandra.list

Update apt cache and install Elassandra::

Expand All @@ -46,7 +46,7 @@ For those who don't have systemd, a init.d script is also provided.

To start elassandra using systemd, run::

sudo systemctl start elassandra
sudo systemctl start cassandra

Files locations:

Expand Down
10 changes: 5 additions & 5 deletions docs/elassandra/source/install_rpm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ Setup the RPM repository

Create a file called ``elassandra.repo`` in the directory ``/etc/yum.repos.d/`` (redhat) or ``/etc/zypp/repos.d/`` (opensuse), containing::

[elassandra_stable]
[elassandra_latest]
name=Elassandra repository
baseurl=https://packagecloud.io/elassandra/stable/el/7/$basearch
baseurl=https://packagecloud.io/elassandra/latest/el/7/$basearch
type=rpm-md
repo_gpgcheck=1
gpgcheck=0
enabled=1
gpgkey=https://packagecloud.io/elassandra/stable/gpgkey
gpgkey=https://packagecloud.io/elassandra/latest/gpgkey
autorefresh=1
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
Expand All @@ -25,7 +25,7 @@ Install Elassandra

Using yum::

yum install elassandra
sudo yum install elassandra

.. warning:: You should uninstall Cassandra prior to install Elassandra cause the two packages conflict.

Expand All @@ -45,7 +45,7 @@ For those who don't have systemd, a init.d script is also provided.

To start elassandra using systemd, run::

sudo systemctl start elassandra
sudo systemctl start cassandra

Files locations:

Expand Down

0 comments on commit 074af3e

Please sign in to comment.