Docs/guide/webinterface.md

30 lines
579 B
Markdown
Raw Normal View History

2024-03-27 10:12:13 +00:00
# Prerequisites
Make sure you have curl installed.<br/>
If not:
```bash
sudo apt-get install curl
```
2024-03-14 14:34:06 +00:00
# Installation
2024-03-27 10:12:13 +00:00
## 1. Run the install script with sudo:
2024-03-14 14:34:06 +00:00
2024-03-14 14:56:58 +00:00
```bash
2024-03-27 10:12:13 +00:00
sudo curl -fsSL https://lona-development.org/download/install-webinterface.sh | sh
2024-03-14 14:56:58 +00:00
```
2024-03-14 14:34:06 +00:00
2024-03-27 10:12:13 +00:00
## 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
2024-03-14 14:56:58 +00:00
```bash
2024-03-27 10:12:13 +00:00
./start.sh
2024-03-14 14:56:58 +00:00
```
2024-03-14 14:34:06 +00:00
2024-03-27 10:12:13 +00:00
## 4. Use your Webinterface:
Thats it!
You have your own LonaDB Webinterface!