« Mantis » : différence entre les versions
m (→Installation) |
m (→Installation) |
||
Ligne 9 : | Ligne 9 : | ||
mv mantisbt-2.25.5 /var/www/html/mantis | mv mantisbt-2.25.5 /var/www/html/mantis | ||
# Modifier le fichier php.ini "/etc/php/7.X/fpm/php.ini" | # Modifier le fichier php.ini "/etc/php/7.X/fpm/php.ini" | ||
file_uploads = On | file_uploads = On | ||
allow_url_fopen = On | allow_url_fopen = On | ||
short_open_tag = On | short_open_tag = On | ||
cgi.fix_pathinfo = 0 | cgi.fix_pathinfo = 0 | ||
memory_limit = 256M | memory_limit = 256M | ||
upload_max_filesize = 20M | upload_max_filesize = 20M | ||
max_execution_time = 360 | max_execution_time = 360 | ||
max_input_vars = 1500 | max_input_vars = 1500 | ||
date.timezone = Europe/Paris | date.timezone = Europe/Paris | ||
# Créer base Mantis | # Créer base Mantis | ||
sudo -i -u postgres | sudo -i -u postgres |