Update webinterface

This commit is contained in:
Collin 2024-03-27 10:12:13 +00:00
parent a99a71205a
commit 66ad26450d

View File

@ -1,20 +1,30 @@
# Prerequisites
Make sure you have curl installed.<br/>
If not:
```bash
sudo apt-get install curl
```
# Installation # Installation
## To install the LonaDB Webinterface, you first need to clone the Repository and go into the directory ## 1. Run the install script with sudo:
```bash ```bash
git clone https://github.com/LonaDB/Webinterface sudo curl -fsSL https://lona-development.org/download/install-webinterface.sh | sh
cd Webinterface
``` ```
## Install the NPM Packages ## 2. Configure everything:
Please copy the ``config.json.example`` file and name it ``config.json``. Then insert your wanted configuration!
## 3. Start the Webinterface:
Now you just have to start the Webinterface
```bash ```bash
npm install ./start.sh
``` ```
## Run the server and go through the Setup ## 4. Use your Webinterface:
```bash
node webinterface
```
## Use it! Thats it!
Thats it. The installation can't get easier! You have your own LonaDB Webinterface!