Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sygal-import-ws
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
open-source
sygal-import-ws
Commits
b51ec9f3
Commit
b51ec9f3
authored
Sep 21, 2018
by
Bertrand Gauthier
Browse files
Options
Downloads
Patches
Plain Diff
Doc d'install: config PHP manquante
parent
dfad7dff
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
INSTALL.md
+38
-1
38 additions, 1 deletion
INSTALL.md
docker/fpm/conf.d/app.ini
+0
-0
0 additions, 0 deletions
docker/fpm/conf.d/app.ini
with
38 additions
and
1 deletion
INSTALL.md
+
38
−
1
View file @
b51ec9f3
...
...
@@ -49,7 +49,7 @@ Si vous manquez d'idée pour le mot de passe, utilsez la commande suivante :
pwgen 16 1
--symbols
--secure
```
##
Fichiers de config
##
Configuration du WS
S'il s'agit d'une mise à jour du ws, vous avez déjà fait la manip, inutile de lire ce paragraphe.
Reportez-vous au "release notes" de la version choisie (ex:
[
1.1.0
](
https://git.unicaen.fr/dsi/sygal-import-ws/tags/1.1.0
)
).
...
...
@@ -65,6 +65,43 @@ complétés puis renommés :
Une fois ces fichiers complétés, changer leur extension
`.php.dist`
en
`.php`
.
## Configuration PHP
Selon le moteur PHP que vous avez installé, l'emplacement du fichier de config PHP à créer/modifier diffère.
-
php7.0-fpm :
`/etc/php/7.0/fpm/conf.d/`
-
apache2-mod-php7.0 :
`/etc/php/7.0/apache2/conf.d/`
Voici le contenu du fichier
`99-sygal-import-ws.ini`
à créer/modifier :
date.timezone = Europe/Paris
short_open_tag = Off
expose_php = Off
#display_startup_errors = On
#error_reporting = E_ALL & ~E_DEPRECATED & ~E_NOTICE
display_errors = Off
# NB: ne peut-être supérieur au memory_limit du php.ini
memory_limit = 256M
;opcache.error_log=/var/log/php_opcache_error.log
opcache.enable = 1
opcache.memory_consumption = 256
opcache.interned_strings_buffer = 8
opcache.max_wasted_percentage = 5
opcache.max_accelerated_files = 16000
; http://php.net/manual/en/opcache.configuration.php#ini.opcache.revalidate-freq
; defaults to zend opcache checking every 180 seconds for PHP file changes
; set to zero to check every second if you are doing alot of frequent
; php file edits/developer work
; opcache.revalidate_freq=0
opcache.revalidate_freq = 180
opcache.fast_shutdown = 0
opcache.enable_cli = 0
opcache.save_comments = 1
opcache.enable_file_override = 1
opcache.validate_timestamps = 1
opcache.huge_code_pages = 0
## Interface d'admin Apigility
Cette interface de modification du WS est réservée aux développeurs et est
**INTERDITE EN PRODUCTION**
.
...
...
This diff is collapsed.
Click to expand it.
docker/
php.conf
→
docker/
fpm/conf.d/app.ini
+
0
−
0
View file @
b51ec9f3
File moved
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