From f0d39bba53c2803445f7a41dce844a7e06cf8256 Mon Sep 17 00:00:00 2001 From: KMY Date: Wed, 13 Sep 2023 11:03:48 +0900 Subject: [PATCH] Add cache clear to installation --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index f3f43742d0..c69164eea1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -56,5 +56,6 @@ RAILS_ENV=production bin/rails assets:precompile # ElasticSearchを使用する場合 RAILS_ENV=production bin/tootctl search deploy +RAILS_ENV=production bin/tootctl cache clear sudo systemctl start mastodon-web mastodon-streaming@4000 mastodon-sidekiq ```