Files
notes/areas/nextcloud/03-required-pkgs.md
2025-02-08 21:56:24 +01:00

385 B

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