mirror of https://github.com/flarum/flarum
Add instructions for setting up environment variables
parent
8a173f4479
commit
29bf5a089c
|
@ -28,6 +28,9 @@ Read the **[Installation guide](https://docs.flarum.org/install)** to get starte
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/furyhawk/flarum.git -b docker-compose
|
git clone https://github.com/furyhawk/flarum.git -b docker-compose
|
||||||
|
cd flarum
|
||||||
|
# copy and edit .env file if needed
|
||||||
|
cp .env.example .env
|
||||||
docker run --rm -it -v $PWD:/app composer install
|
docker run --rm -it -v $PWD:/app composer install
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue