Commit d27459ad7e47019a512fff0cdcea432b948b6db2
1 parent
f5a4bf38
Exists in
master
and in
2 other branches
ajout du nouveau plugin cakephp-dompdf
Showing
1 changed file
with
10 additions
and
1 deletions
Show diff stats
database/update/db-update-2019-05-10.sh
... | ... | @@ -45,4 +45,13 @@ sudo rm -f ../../tmp/cache/persistent/* |
45 | 45 | # Faire ca aussi si ca suffit pas... |
46 | 46 | #sudo chmod -R 777 ../../tmp |
47 | 47 | #sudo chmod -R 777 ../../vendor |
48 | -#sudo chmod -R 777 ../../webroot | |
49 | 48 | \ No newline at end of file |
49 | +#sudo chmod -R 777 ../../webroot | |
50 | + | |
51 | + | |
52 | +# PLUGIN update | |
53 | +# Installation plugin cakephp-dompdf | |
54 | +# (on va a la racine du projet) | |
55 | +cd ../../ | |
56 | +php composer.phar require daoandco/cakephp-dompdf | |
57 | +bin/cake plugin assets symlink | |
58 | +cd - | ... | ... |