From 73c697f1196fa0bcba8726b7dd84527881a982da Mon Sep 17 00:00:00 2001 From: Eai Date: Thu, 17 Jan 2019 18:15:37 +0900 Subject: [PATCH] =?UTF-8?q?=E6=A7=8B=E7=AF=89=E6=89=8B=E9=A0=86=E3=81=AE?= =?UTF-8?q?=E6=9C=80=E5=BE=8C=E3=81=AB.env=E3=81=AE=E8=AA=AD=E3=81=BF?= =?UTF-8?q?=E7=9B=B4=E3=81=97=E3=82=92=E8=BF=BD=E8=A8=98=20(#47)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2a390a6..6d56b5b 100644 --- a/README.md +++ b/README.md @@ -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/` でアクセスができます。 ## 環境構築上の諸注意