[TASK] Configure rippled service to start on boot

[FIX] use systemctl instead of service

[TASK] Break installation into subsections
This commit is contained in:
Steven Zeiler
2015-09-23 15:19:21 -07:00
parent c3b34246b9
commit ad33fc9829

View File

@@ -98,11 +98,18 @@ 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
2. Start the `rippled` service:
3. Configure the `rippled` service to start on system boot:
$ sudo service rippled start
$ sudo systemctl enable rippled.service
4. Start the `rippled` service
$ sudo systemctl start rippled.service
## Installation on Ubuntu with apt ##
@@ -118,6 +125,10 @@ This section assumes that you are using Ubuntu 14.04.
$ sudo apt-get install rippled
3. Start the `rippled` service:
$ sudo service rippled start
# Configuring rippled #
1. Configure `rippled` in `/etc/rippled/rippled.cfg`: