fix(): first installation error

pull/3/head
Hardware 2016-10-23 23:18:57 +02:00
parent 9c1c71d07a
commit db816dd795
No known key found for this signature in database
GPG Key ID: EC6DF6F90263EDEA
2 changed files with 7 additions and 1 deletions

View File

@ -44,7 +44,11 @@ Flarum is the next-generation forum software that makes online discussion fun. I
#### 1 - Pull flarum image
```
# Pull from hub.docker.com :
docker pull mondedie/flarum
# or build it manually :
docker build -t mondedie/flarum https://github.com/mondediefr/flarum.git#master
```
#### 2 - Docker-compose.yml
@ -111,4 +115,5 @@ docker exec -ti flarum extension list
### Screenshot
![flarum](https://i.imgur.com/teqg3od.pngP)
![flarum-installation](http://i.imgur.com/e3Hscp4.png)
![flarum-home](http://i.imgur.com/6kH9iTV.png)

1
run.sh
View File

@ -65,6 +65,7 @@ if [ -e 'assets/rev-manifest.json' ]; then
else
echo "[INFO] First launch, you must install flarum by opening your browser and setting database parameters."
rm -rf config.php
fi