Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


installing_nextcloud_19_0_linux_ubuntu_20_04_lts

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
installing_nextcloud_19_0_linux_ubuntu_20_04_lts [2020/06/09 08:21] – [Extract the Downloaded nextcloud.zip file to the root directory of the Website virtual directory] wikiadmininstalling_nextcloud_19_0_linux_ubuntu_20_04_lts [2021/04/28 05:20] (current) – [Setup a MySQL Database for the Nextcloud Installation using PhpMyAdmin] wikiadmin
Line 43: Line 43:
 <code>sudo apt install unzip </code> <code>sudo apt install unzip </code>
  
-Unzip the nextcloud.zip to the directory one step in the path before the root 'nextcloud' sub-directory of your website virtual directory, which will extract the files into the nextcloud sub-directory.  So the target subdirectory should terminate at /exampledomain_com/ because /nextcloud/ will be the sub-directory where the nextcloud files will be extracted per the structure within the Zip file. Change 'exampledomain' to your secondary domain name where it appears in the unzip path below.+Unzip the nextcloud.zip file to the directory one step in the path before the root 'nextcloud' sub-directory of your website virtual directory, which will extract the files into the nextcloud sub-directory.  So the target subdirectory should terminate at /exampledomain_com/ because /nextcloud/ will be the sub-directory where the nextcloud files will be extracted per the structure within the Zip file. Change 'exampledomain' to your secondary domain name where it appears in the unzip path below.  You must adjust the path based on where you set up the virtual directory in your website.conf file in the /etc/apache2/sites-available/ directory, and ultimately, as the path of your website.conf file enabled in you /sites-enabled/ directory.
  
 <code> <code>
Line 51: Line 51:
 </code> </code>
  
-Make the Apache web-user the owner of the nextcloud directory so that the Apache server has read and write access to the website root and all subdirectories.+Make the Apache web-user the owner of the nextcloud directory so that the Apache server has access to the website root and all subdirectories.
  
 <code> <code>
 sudo chown www-data:www-data /var/www/exampledomain/public_html/exampledomain_com/nextcloud/ -R sudo chown www-data:www-data /var/www/exampledomain/public_html/exampledomain_com/nextcloud/ -R
 </code> </code>
 +
  
installing_nextcloud_19_0_linux_ubuntu_20_04_lts.1591690882.txt.gz · Last modified: 2020/06/09 08:21 by wikiadmin