From 08665b2cb5322affe47222da0c2d56d4cfa1d001 Mon Sep 17 00:00:00 2001 From: wilsonianb Date: Fri, 2 Oct 2015 09:04:26 -0700 Subject: [PATCH] [TASK] Remove yum install instructions To be re-added when legit rippled rpm package is available --- content/rippled-setup.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/content/rippled-setup.md b/content/rippled-setup.md index 219672260a..515b0abb49 100644 --- a/content/rippled-setup.md +++ b/content/rippled-setup.md @@ -91,26 +91,6 @@ For development, you can [compile `rippled` from source](https://wiki.ripple.com Production `rippled` instances can use Ripple Labs' binary executable, available from the Ripple Labs apt-get repository. -## Installation on Red Hat with yum ## - -This section assumes that you are using Red Hat Enterprise Linux 7. - -1. Install the Ripple rpm repository: - - $ sudo rpm -Uvh http://mirrors.ripple.com/ripple-repo-el7.rpm - -2. Install the `rippled` software package: - - $ sudo yum install --enablerepo=ripple-stable rippled - -3. Configure the `rippled` service to start on system boot: - - $ sudo systemctl enable rippled.service - -4. Start the `rippled` service - - $ sudo systemctl start rippled.service - ## Installation on Ubuntu with apt ## This section assumes that you are using Ubuntu 14.04.