Go to file
2024-03-27 10:05:41 +00:00
app Initial upload 2024-03-27 10:05:41 +00:00
bootstrap Initial upload 2024-03-27 10:05:41 +00:00
config Initial upload 2024-03-27 10:05:41 +00:00
database Initial upload 2024-03-27 10:05:41 +00:00
LonaDB Initial upload 2024-03-27 10:05:41 +00:00
public Initial upload 2024-03-27 10:05:41 +00:00
resources Initial upload 2024-03-27 10:05:41 +00:00
routes Initial upload 2024-03-27 10:05:41 +00:00
storage Initial upload 2024-03-27 10:05:41 +00:00
tests Initial upload 2024-03-27 10:05:41 +00:00
.editorconfig Initial upload 2024-03-27 10:05:41 +00:00
.env.example Initial upload 2024-03-27 10:05:41 +00:00
.gitattributes Initial upload 2024-03-27 10:05:41 +00:00
.gitignore Initial upload 2024-03-27 10:05:41 +00:00
artisan Initial upload 2024-03-27 10:05:41 +00:00
composer.json Initial upload 2024-03-27 10:05:41 +00:00
composer.lock Initial upload 2024-03-27 10:05:41 +00:00
config.json.example Initial upload 2024-03-27 10:05:41 +00:00
package.json Initial upload 2024-03-27 10:05:41 +00:00
phpunit.xml Initial upload 2024-03-27 10:05:41 +00:00
README.md Initial upload 2024-03-27 10:05:41 +00:00
start.sh Initial upload 2024-03-27 10:05:41 +00:00
vite.config.js Initial upload 2024-03-27 10:05:41 +00:00

Prerequisites

Make sure you have curl installed.
If not:

sudo apt-get install curl

Installation

1. Run the install script with sudo:

sudo curl -fsSL https://lona-development.org/download/install-webinterface.sh | sh

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

./start.sh

4. Use your Webinterface:

Thats it! You have your own LonaDB Webinterface!