Changes
Page history
installation/nextcloud_itopie.md: added few corrections
authored
Sep 09, 2024
by
Donna Sayed
Show whitespace changes
Inline
Side-by-side
installation/nextcloud_itopie.md
View page @
7219364d
...
@@ -22,6 +22,10 @@ Une version de retard par rapport au [Release Schedule](https://github.com/nextc
...
@@ -22,6 +22,10 @@ Une version de retard par rapport au [Release Schedule](https://github.com/nextc
```
```
# apt install php8.2-{bcmath,cli,common,ctype,curl,dom,exif,fpm,ftp,gd,gmp,imagick,imap,intl,ldap,mbstring,posix,smbclient,xml,xsl,zip}
# apt install php8.2-{bcmath,cli,common,ctype,curl,dom,exif,fpm,ftp,gd,gmp,imagick,imap,intl,ldap,mbstring,posix,smbclient,xml,xsl,zip}
```
```
-
**ATTENTION**
, pour que l'extension php8.2-imagick fonctionne, il faut installer une librairie !
```
# apt install libmagickcore-6.q16-6-extra
```
1.
Éditer la configuration de PHP FPM :
`etc/php/8.x/fpm/php.ini`
1.
Éditer la configuration de PHP FPM :
`etc/php/8.x/fpm/php.ini`
-
_A modifier_ :
**paramètres opcache**
,
**tiemzone**
et
**la limite mémoire**
.
-
_A modifier_ :
**paramètres opcache**
,
**tiemzone**
et
**la limite mémoire**
.
```
```
...
@@ -277,7 +281,7 @@ Une version de retard par rapport au [Release Schedule](https://github.com/nextc
...
@@ -277,7 +281,7 @@ Une version de retard par rapport au [Release Schedule](https://github.com/nextc
}
}
}
}
```
```
1.
Activer le service :
`# ln -s
..
/sites-available/${WEBSITENAME.TLD} /etc/nginx/sites-enabled/`
1.
Activer le service :
`# ln -s
/etc/nginx/
/sites-available/${WEBSITENAME.TLD} /etc/nginx/sites-enabled/`
1.
Tester la configuration du service :
`# nginx -t`
1.
Tester la configuration du service :
`# nginx -t`
1.
Redémarrer NGINX :
`# systemctl restart nginx.service`
1.
Redémarrer NGINX :
`# systemctl restart nginx.service`
1.
Ouvrir le firewall :
1.
Ouvrir le firewall :
...
@@ -436,6 +440,8 @@ Une version de retard par rapport au [Release Schedule](https://github.com/nextc
...
@@ -436,6 +440,8 @@ Une version de retard par rapport au [Release Schedule](https://github.com/nextc
unixsocketperm 770
unixsocketperm 770
EOF
EOF
#
#
# sed -i 's/^port 6379/port 0/g' /etc/redis/redis.conf
```
```
1.
Redémarrer le service :
`# systemctl restart redis.service`
1.
Redémarrer le service :
`# systemctl restart redis.service`
1.
Configurer Nextcloud pour utiliser Redis et APCu :
1.
Configurer Nextcloud pour utiliser Redis et APCu :
...
...
...
...