mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2025-02-22 22:25:43 +01:00
Updated c-lightning readme
This commit is contained in:
parent
88c14bb0bc
commit
9eed0d94de
1 changed files with 4 additions and 5 deletions
|
@ -10,15 +10,14 @@
|
||||||
* [Start the server and access the app](#start)
|
* [Start the server and access the app](#start)
|
||||||
|
|
||||||
### <a name="intro"></a>Introduction
|
### <a name="intro"></a>Introduction
|
||||||
RTL can now be run to manage a c-lightning node via the UI.
|
RTL is now enabled to manage a C-Lightning node.
|
||||||
Please note, this integration is currently in *alpha* testing phase and can be bug prone.
|
|
||||||
|
|
||||||
Follow the below steps to install and setup RTL to run on c-lightning.
|
Follow the below steps to install and setup RTL to run on C-Lightning.
|
||||||
|
|
||||||
### <a name="prereq"></a>Pre-requisites:
|
### <a name="prereq"></a>Pre-requisites:
|
||||||
1. Functioning C-lightning node
|
1. Functioning C-Lightning node
|
||||||
2. NodeJS - Can be downloaded [here](https://nodejs.org/en/download)
|
2. NodeJS - Can be downloaded [here](https://nodejs.org/en/download)
|
||||||
3. Cl-Rest - Ensure that `cl-rest` API server is installed and running. Install instructions [here](https://github.com/Ride-The-Lightning/c-lightning-REST)
|
3. Cl-REST - Ensure that `cl-rest` API server is installed and running. Install instructions [here](https://github.com/Ride-The-Lightning/c-lightning-REST)
|
||||||
4. Copy the `access.macaroon` file from `cl-rest` to the device, on which RTL will be installed
|
4. Copy the `access.macaroon` file from `cl-rest` to the device, on which RTL will be installed
|
||||||
|
|
||||||
### <a name="arch"></a>Architecture
|
### <a name="arch"></a>Architecture
|
||||||
|
|
Loading…
Add table
Reference in a new issue