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
d501176d
Commit
d501176d
authored
Sep 18, 2019
by
Bertrand Gauthier
Browse files
Merge branch 'develop'
parents
5cef8f21
17cd29bf
Pipeline
#5276
failed with stage
in 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
d501176d
...
...
@@ -21,9 +21,6 @@ RUN apt-get update -qq && \
sqlite3
\
php
${
PHP_VERSION
}
-pdo-sqlite
RUN
pecl
install
ast
&&
\
echo
"extension=ast.so"
>
${
PHP_CONF_DIR
}
/cli/conf.d/ast.ini
# Nettoyage
RUN
apt-get autoremove
-y
&&
apt-get clean
&&
rm
-rf
/tmp/
*
/var/tmp/
*
...
...
README.md
View file @
d501176d
...
...
@@ -24,7 +24,10 @@ Interrogez la table `user` pour vérifier la présence de l'utilisateur local `d
## 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`
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
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/auth
](
https://git.unicaen.fr/lib/unicaen/auth
)
...
...
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