mirror of
https://github.com/lnbits/lnbits.git
synced 2025-05-02 15:50:23 +02:00
Update installation.md
This commit is contained in:
parent
6b6d300058
commit
2f9751940e
@ -38,11 +38,12 @@ Take a look at [Polar][polar] for an excellent way of spinning up a Lightning Ne
|
|||||||
|
|
||||||
## Running the server
|
## Running the server
|
||||||
|
|
||||||
LNbits uses [Quart][quart] as an application server.
|
LNbits uses [FastAPI][fastapi] as an application server.
|
||||||
Before running the server for the first time, make sure to create the data folder:
|
Before running the server for the first time, make sure to create the data folder and edit the .env file:
|
||||||
|
|
||||||
mkdir data
|
mkdir data
|
||||||
|
cp .env.example .env
|
||||||
|
sudo nano .env
|
||||||
|
|
||||||
To then run the server, use:
|
To then run the server, use:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user