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