20 lines
385 B
Markdown
20 lines
385 B
Markdown
# 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
|