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
d2e8f398
Commit
d2e8f398
authored
5 years ago
by
Bertrand Gauthier
Browse files
Options
Downloads
Patches
Plain Diff
Correction doc
parent
c3c89e8e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#5215
failed
5 years ago
Stage: publish
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-4
2 additions, 4 deletions
README.md
with
2 additions
and
4 deletions
README.md
+
2
−
4
View file @
d2e8f398
...
...
@@ -3,7 +3,7 @@
## Build et lancement du container Docker
$ docker-compose up --build
-d
$ docker-compose up --build
## Installation des dépendances PHP :
...
...
@@ -33,15 +33,13 @@ cp vendor/unicaen/app/config/unicaen-app.global.php.dist config/autoload/unica
cp
vendor/unicaen/app/config/unicaen-app.local.php.dist config/autoload/unicaen-app.local.php
cp
vendor/unicaen/auth/config/unicaen-auth.global.php.dist config/autoload/unicaen-auth.global.php
cp
vendor/unicaen/auth/config/unicaen-auth.local.php.dist config/autoload/unicaen-auth.local.php
cp
vendor/unicaen/code/config/unicaen-code.global.php.dist config/autoload/unicaen-code.global.php
```
-
Le cas échéant, reportez-vous aux docs des modules concernés pour adapter ces fichiers de configuration à vos besoins :
-
[
unicaen/app
](
https://git.unicaen.fr/lib/unicaen/app
)
-
[
unicaen/auth
](
https://git.unicaen.fr/lib/unicaen/auth
)
-
[
unicaen/code
](
https://git.unicaen.fr/lib/unicaen/code
)
## Test de l'application
Théoriquement, l'application devrait être accessible à l'adresse
[
https://localhost:8
8
43
](
https://localhost:8
8
43
)
.
Théoriquement, l'application devrait être accessible à l'adresse
[
https://localhost:8
4
43
](
https://localhost:8
4
43
)
.
Le port utilisé dépend des redirections configurées dans le fichier
[
docker-compose.yml
](
docker-compose.yml
)
.
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