« Mantis » : différence entre les versions
m (→Installation) |
m (→Installation) |
||
Ligne 2 : | Ligne 2 : | ||
Sur la base d'une version récente de Debian ou Ubuntu server | Sur la base d'une version récente de Debian ou Ubuntu server | ||
# Installer gnupg2, PostGreSQL, NGINX | # Installer gnupg2, PostGreSQL, NGINX | ||
apt install gnupg2 postgresql nginx postgresql-contrib, | apt install gnupg2 postgresql nginx postgresql-contrib, php, php-fpm php-common php-gmp php-curl php-intl php7.4-mbstring php7.4-xmlrpc php-gd php-xml php-cli php-zip php-pgsql | ||
# Télécharger Mantis | # Télécharger Mantis | ||
# Décompresser le fichier dans le répertoire /var/www/html/mantis | # Décompresser le fichier dans le répertoire /var/www/html/mantis | ||
Ligne 8 : | Ligne 8 : | ||
tar -xvf download | tar -xvf download | ||
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" | |||
file_uploads = On | |||
allow_url_fopen = On | |||
short_open_tag = On | |||
cgi.fix_pathinfo = 0 | |||
memory_limit = 256M | |||
upload_max_filesize = 20M | |||
max_execution_time = 360 | |||
max_input_vars = 1500 | |||
date.timezone = Europe/Paris | |||
# Créer base Mantis | # Créer base Mantis | ||
sudo -i -u postgres | sudo -i -u postgres | ||
Ligne 43 : | Ligne 53 : | ||
systemctl restart nginx | systemctl restart nginx | ||
# | # | ||
= Première configuration = | = Première configuration = | ||
Se connecter sur le serveur Mantis https://<ip>/install/index.php | Se connecter sur le serveur Mantis https://<ip>/install/index.php |