Apache
This commit is contained in:
@@ -36,6 +36,13 @@ apt install --no-install-recommends php-memcached
|
|||||||
apt install --no-install-recommends php-imagick
|
apt install --no-install-recommends php-imagick
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
|
phpenmod imagick
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
|
apt list --installed | grep php
|
||||||
|
```
|
||||||
|
|
||||||
### Caddy
|
### Caddy
|
||||||
|
|
||||||
|
|||||||
@@ -16,9 +16,7 @@ docker network create pgsql_net
|
|||||||
```
|
```
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker build -t iut/pgsql:2025-13 \
|
docker build -t iut/pgsql:2025-13 \ -f postgresql.Dockerfile .
|
||||||
--progress=plain \
|
|
||||||
-f postgresql.Dockerfile . &> postgresql.log
|
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
@@ -1,37 +1,25 @@
|
|||||||
# Prestashop
|
# Prestashop
|
||||||
|
|
||||||
### Zip
|
```shell
|
||||||
|
apt install --no-install-recommends php-xxx
|
||||||
```
|
phpenmod xxx
|
||||||
apt install --no-install-recommends php-zip
|
```
|
||||||
phpenmod zip
|
|
||||||
```
|
- curl
|
||||||
|
- gd
|
||||||
### XML
|
- intl
|
||||||
|
- mbstring
|
||||||
```
|
- xml
|
||||||
apt install --no-install-recommends php-xml
|
- zip
|
||||||
phpenmod xml
|
|
||||||
```
|
### Memcached
|
||||||
|
|
||||||
### cURL
|
```shell
|
||||||
|
apt install --no-install-recommends memcached
|
||||||
```
|
apt install --no-install-recommends libmemcached-tools
|
||||||
apt install --no-install-recommends php-curl
|
apt install php-memcache
|
||||||
phpenmod curl
|
```
|
||||||
```
|
|
||||||
|
```
|
||||||
### GD
|
apt install --no-install-recommends php-bcmath
|
||||||
|
```
|
||||||
```
|
|
||||||
apt install --no-install-recommends php-gd
|
|
||||||
phpenmod gd
|
|
||||||
```
|
|
||||||
|
|
||||||
### Extensions requises
|
|
||||||
|
|
||||||
Intl Mbstring
|
|
||||||
|
|
||||||
```
|
|
||||||
apt install --no-install-recommends php-bcmath php-curl php-gd php-intl php-mbstring php-xml php-zip php-memcached
|
|
||||||
```
|
|
||||||
|
|||||||
Reference in New Issue
Block a user