18
0
Fork 0

compactage commande shell

This commit is contained in:
Benoît S. 2017-02-01 09:40:50 +01:00
parent 7826fbe7e9
commit 7d0a825559
1 changed files with 1 additions and 4 deletions

View File

@ -222,12 +222,9 @@ Ajuster les droits de certains répertoires :
~~~
$ chmod 750 ~
$ chmod -R u+rwX,go-w log/
$ chmod -R u+rwX tmp/
$ chmod -R u+rwX tmp/pids/
$ chmod -R u+rwX {tmp/,tmp/pids/,builds,shared/artifacts/}
$ chmod -R u+rwX,g+rwX tmp/sockets/
$ install -d -m 700 public/uploads/
$ chmod -R u+rwX builds/
$ chmod -R u+rwX shared/artifacts/
~~~
## Unicorn