Improve precompile message more
This commit is contained in:
parent
2234ac8202
commit
1cbd000b43
1 changed files with 2 additions and 3 deletions
|
@ -78,9 +78,8 @@ RAILS_ENV=production bin/rails db:migrate
|
||||||
|
|
||||||
# プリコンパイル
|
# プリコンパイル
|
||||||
# うまくいかない場合(エラーは出ないのにWeb表示が崩れる)はclobberしてからprecompile
|
# うまくいかない場合(エラーは出ないのにWeb表示が崩れる)はclobberしてからprecompile
|
||||||
# それでもうまくいかない場合はsudo systemctl stop mastodon-web
|
# それでもうまくいかない場合はsudo systemctl stop mastodon-webしてから試す
|
||||||
# それでもうまくいかない場合はサーバーOSを再起動する
|
# それでもうまくいかない場合はサーバーOSを再起動してから試す
|
||||||
# それでもうまくいかない場合はおはぎになる
|
|
||||||
RAILS_ENV=production bin/rails assets:clobber # プリコンパイルがうまくいかない場合
|
RAILS_ENV=production bin/rails assets:clobber # プリコンパイルがうまくいかない場合
|
||||||
RAILS_ENV=production bin/rails assets:precompile
|
RAILS_ENV=production bin/rails assets:precompile
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue