Smaller change

This commit is contained in:
Collin 2024-02-02 14:42:43 +00:00
parent d58773ad1b
commit 9dac367f78

View File

@ -1,20 +1,20 @@
## Installation # Installation
To install the LonaDB server, follow these steps: To install the LonaDB server, follow these steps:
# 1. Run the install script with sudo: ## 1. Run the install script with sudo:
```bash ```bash
sudo curl -fsSL https://lona-development.org/download/install.sh | sh sudo curl -fsSL https://lona-development.org/download/install.sh | sh
``` ```
# 2. Start the Server: ## 2. Start the Server:
```bash ```bash
./start.sh ./start.sh
``` ```
# 3. Configure everything: ## 3. Configure everything:
On every start, you have to put in your encryption key. On every start, you have to put in your encryption key.
If the wrong key has been provided, the configuration file cannot be read and the Server will stop instantly. If the wrong key has been provided, the configuration file cannot be read and the Server will stop instantly.
@ -29,7 +29,7 @@ We don't store the key by default because of security of the root user.
If you don't have a configuration file, a users table or any data tables, the Server will run you through initial setup and create everything needed for the database to run. If you don't have a configuration file, a users table or any data tables, the Server will run you through initial setup and create everything needed for the database to run.
# 4. Use your database: ## 4. Use your database:
Thats it! Thats it!
You now have your own instance of LonaDB! You now have your own instance of LonaDB!