Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
skeleton-application
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lib
unicaen
skeleton-application
Commits
d4447da7
You need to sign in or sign up before continuing.
Commit
d4447da7
authored
4 years ago
by
Bertrand Gauthier
Browse files
Options
Downloads
Patches
Plain Diff
Correction du README
parent
540a01b7
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-0
5 additions, 0 deletions
README.md
with
5 additions
and
0 deletions
README.md
+
5
−
0
View file @
d4447da7
...
...
@@ -29,8 +29,13 @@ composer create-project --repository https://gest.unicaen.fr/packagist unicaen/s
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
Mieux vaut se tenir à la page et mettre à jour les dépendances PHP :
```
bash
docker run
--rm
-v
$PWD
:/app
-w
/app unicaen-dev-php
${
PHP_VERSION
}
-apache
composer update
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment