first commit

This commit is contained in:
2025-02-08 21:56:24 +01:00
commit 1f9564ca6a
471 changed files with 74368 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Packages to install
## classical LAMP stack
- apache2
- mariadb-server
- libapache2-mod-php
- php
- php-{bcmath,curl,ctype,dom,gd,gmp,imagick,intl,mbstring,mysql,posix,xml,zip}
- ffmpeg (video encoding)
## nginx stack (not tested yet)
- nginx
- mariadb-server or 'mysql'
- php
- php-fpm (important)
- php-{bcmath,curl,ctype,dom,gd,intl,mbstring,posix,xml,zip} (NOT ALL)
- ffmpeg