構築手順の最後に.envの読み直しを追記 (#47)

This commit is contained in:
Eai 2019-01-17 18:15:37 +09:00 committed by shibafu
parent 3a1dc72cf7
commit 73c697f119
1 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,12 @@ docker-compose exec web php artisan key:generate
docker-compose exec web php artisan migrate
```
6. 最後に `.env` を読み込み直すために起動し直します。
```
docker-compose up -d
```
これで準備は完了です。Tissue が動いていれば `http://localhost:4545/` でアクセスができます。
## 環境構築上の諸注意