Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


download_extract_nextcloud_27_0_ubuntu_22_04_apache2

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
download_extract_nextcloud_27_0_ubuntu_22_04_apache2 [2023/06/21 16:53] wikiadmindownload_extract_nextcloud_27_0_ubuntu_22_04_apache2 [2023/06/21 17:39] (current) wikiadmin
Line 105: Line 105:
  
 <code> <code>
-unzip nextcloud.zip+sudo unzip nextcloud.zip
 </code> </code>
  
Line 111: Line 111:
  
 <code> <code>
-unzip nextcloud-27.0.0.zip+sudo unzip nextcloud-27.0.0.zip
 </code> </code>
  
 From the current domain_com directory (one directory level above the nextcloud directory), use the list command with -l option to check the ownership privileges and permissions of the "nextcloud" directory, and it should show ownership by root:root (user:group). From the current domain_com directory (one directory level above the nextcloud directory), use the list command with -l option to check the ownership privileges and permissions of the "nextcloud" directory, and it should show ownership by root:root (user:group).
  
-(code)+<code>
 cd /var/www/dbusername/public_html/yourdomain_com/ cd /var/www/dbusername/public_html/yourdomain_com/
  
 ls -l ls -l
-(/code)+</code>
  
 Then, change the ownership privileges and permissions of the "nextcloud" directory to the "www-data" user and the "www-data" group (recursively '-R' to all files and subdirectories within and below the nextcloud directory), as follows. Then, change the ownership privileges and permissions of the "nextcloud" directory to the "www-data" user and the "www-data" group (recursively '-R' to all files and subdirectories within and below the nextcloud directory), as follows.
  
 <code> <code>
-chown -R www-data:www-data nextcloud+sudo chown -R www-data:www-data nextcloud 
 + 
 +ls -l
 </code> </code>
  
Line 135: Line 137:
 ls -l ls -l
  
-chown -R www-data:www-data data+sudo chown -R www-data:www-data data 
 + 
 +ls -l
 </code> </code>
download_extract_nextcloud_27_0_ubuntu_22_04_apache2.1687366428.txt.gz · Last modified: 2023/06/21 16:53 by wikiadmin