Commit 6cf32856 by Nobuo Kihara

docs/guide-ja/tutorial-advanced-app.md - updated [ci skip]

parent fcaabbc2
......@@ -62,7 +62,7 @@ Composer がインストールされていれば、次のコマンドを使っ
php /path/to/yii-application/init --env=Production --overwrite=All
```
2. 新しいデータベースを作成し、それに従って `common/config/main-local.php``components.db` の構成情報を修正します。
2. 新しいデータベースを作成し、それに従って `common/config/main-local.php``components['db']` の構成情報を修正します。
3. コンソールコマンド `yii migrate` でマイグレーションを適用します。
4. ウェブサーバのドキュメントルートを設定します。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment