Commit fad62ced5aaf7091215da5990b97aa4579f08019
1 parent
a2cf4b4e
Exists in
master
and in
1 other branch
bugfix plugins install (php composer)
Showing
4 changed files
with
12 additions
and
1 deletions
Show diff stats
composer.json
composer.phar
No preview for this file type
install/plugins_set.sh
... | ... | @@ -12,6 +12,15 @@ if [ ! -d vendor/ ] ; then |
12 | 12 | chmod 777 vendor/ |
13 | 13 | fi |
14 | 14 | |
15 | +# Pour eviter erreur suivante de php composer : | |
16 | +## Script App\Console\Installer::postInstall handling the post-install-cmd event terminated with an exception | |
17 | +## [ErrorException] | |
18 | +## chmod(): Operation not permitted | |
19 | +## ou encore celle-ci : | |
20 | +## [ErrorException] | |
21 | +## mkdir(): Permission denied | |
22 | +sudo chmod -R 777 tmp/ | |
23 | + | |
15 | 24 | # Install/update plugins: |
16 | 25 | #php composer.phar update |
17 | 26 | #php composer.phar install | ... | ... |
src/Template/Pages/about.ctp
... | ... | @@ -11,7 +11,7 @@ Ce logiciel sert a inventorier le matériel d'un laboratoire (à l'origine, celu |
11 | 11 | COPYRIGHT (C) 2012-2020 IRAP (Institut de Recherche en Astrophysique et Planetologie) Toulouse - France <br><br> |
12 | 12 | |
13 | 13 | Auteurs : <br> |
14 | -- Etienne Pallier (epallier@irap.omp.eu), Architecture<br> | |
14 | +- Etienne Pallier (epallier@irap.omp.eu), Architecture et Développement<br> | |
15 | 15 | - Elodie Bourrec (ebourrec@irap.omp.eu), Administration base de données<br> |
16 | 16 | - Marielle Lacombe (mlacombe@obs-mip.fr), Chef de projet<br> |
17 | 17 | - Upsilon (micro-entreprise Université Toulouse 3 Paul Sabatier), réalisation version initiale 2012<br> | ... | ... |