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
a3fdae4a
Commit
a3fdae4a
authored
Feb 06, 2019
by
Bertrand Gauthier
Browse files
Début de README.
parent
4c8708eb
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
a3fdae4a
# Squelette d'application Unicaen
## Configuration du projet
-
Renommez
`config/autoload/local.php.dist`
en
`local.php`
.
A l'intérieur du fichier, remplacez false par true pour afficher tous les messages d'erreur.
-
Copiez dans votre dossier
`config/autoload`
les fichiers de configuration locaux et globaux
de UnicaenApp, UnicaenAuth et UnicaenCode :
```
bash
cp
vendor/unicaen/app/config/
*
.dist config/autoload/
cp
vendor/unicaen/auth/config/
*
.dist config/autoload/
cp
vendor/unicaen/code/config/
*
.dist config/autoload/
```
-
Reportez-vous aux docs des modules Personnalisez ces fichiers de configuration locaux et globaux selon vos besoins.
\ No newline at end of file
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