Update README.md

This commit is contained in:
Victor Westerlund 2025-02-05 04:44:42 +00:00
parent 234c6c68a6
commit ecd9c4e3cc

View file

@ -40,10 +40,10 @@ cd /var/www/vlw.se
./install.sh
```
## 4. Import the database template
There's an SQL file that you can download from the releases page that has a snapshot of the MariaDB database I use on my live website. The snapshot data is not guaranteed to be up to date; but the database structure will be. Download and import this file into an existing database.
## 4. Import the database templates
There's are two SQL files that you can download from the releases page that has a snapshot of the MariaDB databases I use on my live website. The snapshot data for the website databse is not guaranteed to be up to date; but the database structure will be. Download and import these files into two existing databases. One for the website data, and the other has the Reflect API configurations.
- [Download SQL-snapshot](https://codeberg.org/vlw/vlw.se/releases)
- [Download SQL-snapshots](https://codeberg.org/vlw/vlw.se/releases)
## 5. Set environment variables
Make a copy of the `.env.example.ini` file called `.env.ini` from the root directory of the repo. There are a few parameters you can change here but the required ones are the following: