first commit
This commit is contained in:
19
areas/nextcloud/03-required-pkgs.md
Normal file
19
areas/nextcloud/03-required-pkgs.md
Normal 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
|
||||
Reference in New Issue
Block a user