mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2024-11-19 09:50:36 +01:00
READ ME
READ ME
This commit is contained in:
parent
73339666bd
commit
62795e7de1
@ -18,14 +18,10 @@ It can be either on testnet or mainnet
|
|||||||
|
|
||||||
Fetch sources from the RTL git repository:
|
Fetch sources from the RTL git repository:
|
||||||
|
|
||||||
`git clone https://github.com/ShahanaFarooqui/RTLFullApplication.git`
|
`git clone https://github.com/ShahanaFarooqui/RTL.git`
|
||||||
|
|
||||||
Move into the newly created directory:
|
Move into the newly created directory:
|
||||||
|
|
||||||
`cd RTLFullApplication`
|
|
||||||
|
|
||||||
Move into the install directory:
|
|
||||||
|
|
||||||
`cd RTL`
|
`cd RTL`
|
||||||
|
|
||||||
Fetch the dependencies and build the application by running:
|
Fetch the dependencies and build the application by running:
|
||||||
@ -44,6 +40,9 @@ This path needs to be provided as a command line argument to start the server
|
|||||||
## Start the Webserver
|
## Start the Webserver
|
||||||
Run the following command:
|
Run the following command:
|
||||||
|
|
||||||
|
`node rtl --lndir <macaroon-path>`
|
||||||
|
|
||||||
|
For example:
|
||||||
`node rtl --lndir /home/admin/.lnd`
|
`node rtl --lndir /home/admin/.lnd`
|
||||||
|
|
||||||
If the server started successfully, you should get the below output on the console:
|
If the server started successfully, you should get the below output on the console:
|
||||||
|
Loading…
Reference in New Issue
Block a user