You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the sake of the walk-through, we grabbed the latest version of Nextcloud in the form a zip file, confirmed the download with the above-mentioned command, and now we will extract it::
168
165
169
-
unzip nextcloud-*.zip
166
+
unzip latest.zip
170
167
171
168
Copy the content over to the root directory of your webserver. In our case, we are using apache so it will be ``/var/www/html/``::
0 commit comments