mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
Update README.md
This commit is contained in:
parent
234c6c68a6
commit
ecd9c4e3cc
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue