Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| info:concrete5:installationc5 [2025/09/19 05:25] – [change permissions] radeff | info:concrete5:installationc5 [2025/09/19 05:46] (Version actuelle) – radeff | ||
|---|---|---|---|
| Ligne 8: | Ligne 8: | ||
| + | ====== Documentation officielle ====== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | |||
| + | ====== Install Cheatsheet Fred Radeff ====== | ||
| ===== install softs ===== | ===== install softs ===== | ||
| - | sudo apt-get install apache2 apache2-bin apache2-data apache2-utils mysql-client mysql-client-8.0 mysql-client-core-8.0 mysql-common mysql-server mysql-server-8.0 mysql-server-core-8.0 php8.1-cli php8.1-common php8.1-fpm php8.1-mysql php8.1-opcache php8.1-readline php8.1-xml php-common php-fpm | + | <note important> |
| + | perso je le fait avec [[https:// | ||
| + | |||
| + | <code bash> | ||
| + | sudo apt-get install apache2 apache2-bin apache2-data apache2-utils mysql-client mysql-client-8.4 mysql-client-core-8.4 mysql-common mysql-server mysql-server-8.4 mysql-server-core-8.4 php8.4-cli php8.4-common php8.4-fpm php8.4-mysql php8.4-opcache php8.4-readline php8.4-xml php-common php-fpm | ||
| + | </ | ||
| ===== enable required modules ===== | ===== enable required modules ===== | ||
| <code bash> | <code bash> | ||
| Ligne 22: | Ligne 33: | ||
| </ | </ | ||
| ===== conf apache ===== | ===== conf apache ===== | ||
| + | <note tip> | ||
| + | |||
| <code bash> | <code bash> | ||
| < | < | ||
| Ligne 38: | Ligne 51: | ||
| ===== change permissions ===== | ===== change permissions ===== | ||
| chown -R www-data: | chown -R www-data: | ||
| - | + | ||
| <note tip> NB: si vous n'avez pas accès avec votre ISP à //root/, il faudra faire:</ | <note tip> NB: si vous n'avez pas accès avec votre ISP à //root/, il faudra faire:</ | ||
| chmod -R 777 packages application/ | chmod -R 777 packages application/ | ||