mirror of https://github.com/flarum/flarum
Add initial setup instructions for the DB
parent
29bf5a089c
commit
0dc726f52b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue