22
0
Fork 0
This commit is contained in:
Benoît S. 2018-10-08 10:40:01 +02:00
parent bf5e788483
commit b2092eab06
1 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ Compilation des assets :
~~~
$ bundle exec rails assets:precompile
$ chmod -R u=rwX,g=rwX,o=rX /home/mastodon/mastodon/public/assets
$ chmod -R u=rwX,g=rwX,o=rX /home/mastodon/mastodon/public/{assets,packs}
~~~
### Unités systemd
@ -352,7 +352,7 @@ $ bundle install --deployment --without development test
$ yarn install --pure-lockfile
$ bundle exec rails db:migrate
$ bundle exec rails assets:precompile
$ chmod -R u=rwX,g=rwX,o=rX /home/mastodon/mastodon/public/assets
$ chmod -R u=rwX,g=rwX,o=rX /home/mastodon/mastodon/public/{assets,packs}
$ exit
# systemctl restart mastodon-*.service
~~~