Add initial setup instructions for the DB

pull/90/head
Teck Meng 2024-03-01 23:12:56 +08:00
parent 29bf5a089c
commit 0dc726f52b
1 changed files with 7 additions and 0 deletions

View File

@ -35,6 +35,13 @@ docker run --rm -it -v $PWD:/app composer install
docker compose up -d
```
## Initial setup
Use the following fields for the DB to work:
MySQL Host: mariadb
MySQL Username: flarum
MySQL Password: flarumpass
## Contributing
Thank you for considering contributing to Flarum! Please read the **[Contributing guide](https://docs.flarum.org/contributing)** to learn how you can help.