Difference between revisions of "Nextcloud"
Line 4: | Line 4: | ||
* apt install mariadb-server | * apt install mariadb-server | ||
* apt install libapache2-mod-php7 php7.0-mysql | * apt install libapache2-mod-php7 php7.0-mysql | ||
+ | * apt install php7.0-zip php7.0-gd php7.0-curl php7.0-mbstring php7.0-xml | ||
* apt install libreoffice-core | * apt install libreoffice-core | ||
+ | |||
+ | * download and extract nextcloud | ||
+ | * chown -R www-data config | ||
+ | * chown -R www-data apps |
Revision as of 11:59, 14 March 2017
- Debian 9 (rc2) vm
- 2 vcpu / 512mb ram // 8 gb disk (1.5 gb swap)
- apt install nfs-common
- apt install mariadb-server
- apt install libapache2-mod-php7 php7.0-mysql
- apt install php7.0-zip php7.0-gd php7.0-curl php7.0-mbstring php7.0-xml
- apt install libreoffice-core
- download and extract nextcloud
- chown -R www-data config
- chown -R www-data apps