This commit is contained in:
Collin 2024-03-14 14:56:58 +00:00
parent 2e9632df77
commit b382c6512e
3 changed files with 9 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# Clients # Clients
To use LonaDB for your own project, you need to use one of the clients. To use LonaDB for your own project, you need to use one of the clients.
[PHP](https://docs.lona-development.org/client/php.html) [PHP](https://docs.lona-development.org/client/php.html) <br/>
[JavaScript](https://docs.lona-development.org/client/javascript.html) [JavaScript](https://docs.lona-development.org/client/javascript.html) <br/>
[Python](https://docs.lona-development.org/client/python.html) [Python](https://docs.lona-development.org/client/python.html)
We are interested in making LonaDB available in more languages but we are a small team of 4 developers. <br/> We are interested in making LonaDB available in more languages but we are a small team of 4 developers. <br/>

View File

@ -1,5 +1,5 @@
# Prerequisites # Prerequisites
Make sure you have curl installed.</br> Make sure you have curl installed.<br/>
If not: If not:
```bash ```bash
sudo apt-get install curl sudo apt-get install curl

View File

@ -1,20 +1,20 @@
# Installation # Installation
## To install the LonaDB Webinterface, you first need to clone the Repository and go into the directory ## To install the LonaDB Webinterface, you first need to clone the Repository and go into the directory
´´´bash ```bash
git clone https://github.com/LonaDB/Webinterface git clone https://github.com/LonaDB/Webinterface
cd Webinterface cd Webinterface
´´´ ```
## Install the NPM Packages ## Install the NPM Packages
´´´bash ```bash
npm install npm install
´´´ ```
## Run the server and go through the Setup ## Run the server and go through the Setup
´´´bash ```bash
node webinterface node webinterface
´´´ ```
## Use it! ## Use it!
Thats it. The installation can't get easier! Thats it. The installation can't get easier!