Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
skeleton-application
Commits
d4447da7
Commit
d4447da7
authored
Dec 16, 2020
by
Bertrand Gauthier
Browse files
Correction du README
parent
540a01b7
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
d4447da7
...
@@ -29,8 +29,13 @@ composer create-project --repository https://gest.unicaen.fr/packagist unicaen/s
...
@@ -29,8 +29,13 @@ composer create-project --repository https://gest.unicaen.fr/packagist unicaen/s
cd
${
APP_DIR
}
cd
${
APP_DIR
}
```
```
Cette commande
`composer create-project`
fait un
`git clone`
pour obtenir le dernier tag des sources du squelette
d'application, puis un
`composer install`
pour installer les dépendances PHP.
### Mise à jour des bibliothèques PHP
### Mise à jour des bibliothèques PHP
Mieux vaut se tenir à la page et mettre à jour les dépendances PHP :
```
bash
```
bash
docker run
--rm
-v
$PWD
:/app
-w
/app unicaen-dev-php
${
PHP_VERSION
}
-apache
composer update
docker run
--rm
-v
$PWD
:/app
-w
/app unicaen-dev-php
${
PHP_VERSION
}
-apache
composer update
```
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment