Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
virtualisation:nextcloud [2018/02/28 08:31]
buettner
virtualisation:nextcloud [2018/03/01 08:56]
buettner
Line 49: Line 49:
 ===Installations=== ===Installations===
  
-Before Nextcloud can be installed, ​some other programs ​need to be installed and set up. In the first step, install ​all necessary ​programs by entering+Before Nextcloud can be installed, ​a web server (here: Nginx), a SQL program (here: MariaDB) and PHP need to be installed and set up. In the first step, install ​these programs by entering
 <​code>​ <​code>​
 apt-get update apt-get update
Line 62: Line 62:
 ===Configuring PHP=== ===Configuring PHP===
  
-For setting up PHP, several values in three files have to be edited. First, go to /​etc/​php/​7.0/​fpm/​pool.d/​www.conf and edit the following values (Note: all values described here have to be edited, decommented or added):+For setting up PHP, several values in three files have to be edited. First, go to /​etc/​php/​7.0/​fpm/​pool.d/​www.conf and edit the following values (Note: all values described here have to be edited, decommentedor added):
 <code c /​etc/​php/​7.0/​fpm/​pool.d/​www.conf>​ <code c /​etc/​php/​7.0/​fpm/​pool.d/​www.conf>​
 user = www-data user = www-data