第8章 Enjuのアップデート及び停止・起動 - Next-L Enju インストールマニュアル(Docker編)
Table of Contents
Enjuのアップデート及び停止・起動
Enjuは,以下の手順で,Enjuのソースコードが公開されているGitHubから変更されたファイルを取り込み最新版にすることができます。
Enjuの停止
以下のコマンドを入力します。
$ docker compose down
最新ソースコードの取り込み
-
以下のコマンドを入力します。
$ cd enju_leaf
-
以下のコマンドを入力します。
$ git pull $ docker compose pull $ docker compose build $ docker compose run --rm web rake db:migrate $ docker compose run --rm web rake assets:precompile
Enjuを(再)起動
以下のコマンドを入力します。
$ docker compose up -d