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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lib
unicaen
skeleton-application
Commits
d501176d
Commit
d501176d
authored
Sep 18, 2019
by
Bertrand Gauthier
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop'
parents
5cef8f21
17cd29bf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#5276
failed
Sep 18, 2019
Stage: publish
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+0
-3
0 additions, 3 deletions
Dockerfile
README.md
+6
-2
6 additions, 2 deletions
README.md
with
6 additions
and
5 deletions
Dockerfile
+
0
−
3
View file @
d501176d
...
@@ -21,9 +21,6 @@ RUN apt-get update -qq && \
...
@@ -21,9 +21,6 @@ RUN apt-get update -qq && \
sqlite3
\
sqlite3
\
php
${
PHP_VERSION
}
-pdo-sqlite
php
${
PHP_VERSION
}
-pdo-sqlite
RUN
pecl
install
ast
&&
\
echo
"extension=ast.so"
>
${
PHP_CONF_DIR
}
/cli/conf.d/ast.ini
# Nettoyage
# Nettoyage
RUN
apt-get autoremove
-y
&&
apt-get clean
&&
rm
-rf
/tmp/
*
/var/tmp/
*
RUN
apt-get autoremove
-y
&&
apt-get clean
&&
rm
-rf
/tmp/
*
/var/tmp/
*
...
...
This diff is collapsed.
Click to expand it.
README.md
+
6
−
2
View file @
d501176d
...
@@ -24,7 +24,10 @@ Interrogez la table `user` pour vérifier la présence de l'utilisateur local `d
...
@@ -24,7 +24,10 @@ Interrogez la table `user` pour vérifier la présence de l'utilisateur local `d
## Configuration du projet
## Configuration du projet
-
Renommez
`config/autoload/local.php.dist`
en
`local.php`
.
-
Renommez
`config/autoload/local.php.dist`
en
`local.php`
:
```
bash
mv
config/autoload/local.php.dist config/autoload/local.php
```
-
Copiez dans votre dossier
`config/autoload`
les fichiers de configuration locaux et globaux
`.dist`
-
Copiez dans votre dossier
`config/autoload`
les fichiers de configuration locaux et globaux
`.dist`
des bibliothèques utilisées sans leur extension
`.dist`
:
des bibliothèques utilisées sans leur extension
`.dist`
:
...
@@ -35,7 +38,8 @@ cp vendor/unicaen/auth/config/unicaen-auth.global.php.dist config/autoload/unica
...
@@ -35,7 +38,8 @@ cp vendor/unicaen/auth/config/unicaen-auth.global.php.dist config/autoload/unica
cp
vendor/unicaen/auth/config/unicaen-auth.local.php.dist config/autoload/unicaen-auth.local.php
cp
vendor/unicaen/auth/config/unicaen-auth.local.php.dist config/autoload/unicaen-auth.local.php
```
```
-
Le cas échéant, reportez-vous aux docs des modules concernés pour adapter ces fichiers de configuration à vos besoins :
-
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/app
](
https://git.unicaen.fr/lib/unicaen/app
)
-
[
unicaen/auth
](
https://git.unicaen.fr/lib/unicaen/auth
)
-
[
unicaen/auth
](
https://git.unicaen.fr/lib/unicaen/auth
)
...
...
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