mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-24 05:35:51 +00:00
1.4 KiB
1.4 KiB
Install on CentOS/Red Hat with yum
This page describes the recommended instructions for installing the latest stable version of rippled on CentOS 7 or Red Hat Enterprise Linux 7, using Ripple's yum repository.
These instructions install a binary that has been compiled by Ripple.
Prerequisites
Before you install rippled, you must meet the System Requirements.
Installation Steps
-
Install the Ripple RPM repository:
$ sudo rpm -Uvh https://mirrors.ripple.com/ripple-repo-el7.rpm -
Install the
rippledsoftware package:$ sudo yum install --enablerepo=ripple-stable rippled -
Configure the
rippledservice to start on system boot:$ sudo systemctl enable rippled.service -
Start the
rippledservice$ sudo systemctl start rippled.service
Next Steps
{% include '_snippets/post-rippled-install.md' %}
See Also
- Update Automatically on CentOS/Red Hat
- Install rippled on Ubuntu Linux (Pre-built binary on Ubuntu)
- Build and Run
rippledon Ubuntu (Compilerippledyourself on Ubuntu) - Compilation instructions for other platforms