2
0
mirror of https://github.com/Ride-The-Lightning/RTL synced 2024-11-09 13:10:44 +00:00

c-lightning instructions updated

This commit is contained in:
saubyk 2020-06-05 21:02:33 -04:00
parent c07796e360
commit d116db5fc6
No known key found for this signature in database
GPG Key ID: 00C9E2BC2E45666F
2 changed files with 11 additions and 11 deletions

View File

@ -50,7 +50,7 @@ Docker Image: https://hub.docker.com/r/shahanafarooqui/rtl
### <a name="install"></a>Installation ### <a name="install"></a>Installation
To download a specific RTL version follow the instructions on the [release page](https://github.com/Ride-The-Lightning/RTL/releases) To download a specific RTL version follow the instructions on the [release page](https://github.com/Ride-The-Lightning/RTL/releases)
To download from master (this is not recommended): To download from master (*not recommended*):
#### First time setup #### First time setup
``` ```
$ git clone https://github.com/Ride-The-Lightning/RTL.git $ git clone https://github.com/Ride-The-Lightning/RTL.git

View File

@ -10,7 +10,7 @@
* [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 is now enabled to manage a C-Lightning node. RTL is now enabled to manage lightning nodes running C-Lightning.
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.
@ -24,16 +24,16 @@ Follow the below steps to install and setup RTL to run on C-Lightning.
![](../screenshots/RTL-CLT-Arch-2.png) ![](../screenshots/RTL-CLT-Arch-2.png)
### <a name="install"></a>Installation: ### <a name="install"></a>Installation:
To download a specific RTL version follow the instructions on the [release page](https://github.com/Ride-The-Lightning/RTL/releases)
To download from master (*not recommended*):
#### First time setup #### First time setup
* Fetch sources from RTL git repository, by executing the below on the command prompt: ```
$ git clone https://github.com/Ride-The-Lightning/RTL.git
`$ git clone https://github.com/Ride-The-Lightning/RTL.git` $ cd RTL
* Change directory to RTL folder: $ npm install --only=prod
```
`$ cd RTL`
* Fetch the production dependencies by running:
`$ npm install --only=prod`
#### Or: Update existing build #### Or: Update existing build
``` ```