mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-14 16:55:50 +00:00
[TASK] Configure rippled service to start on boot
[FIX] use systemctl instead of service [TASK] Break installation into subsections
This commit is contained in:
@@ -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`:
|
||||
|
||||
Reference in New Issue
Block a user