From 0ec88713f149ed5cac65f8e181eb241b5225e748 Mon Sep 17 00:00:00 2001
From: Matthew Evan <55710660+MattMadness@users.noreply.github.com>
Date: Wed, 30 Jun 2021 14:42:55 -0400
Subject: Updated nextcloud.html
Fixed indention issue.
---
nextcloud.html | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/nextcloud.html b/nextcloud.html
index 0fc3af0..66f6814 100644
--- a/nextcloud.html
+++ b/nextcloud.html
@@ -29,11 +29,10 @@
# mysql_secure_installation
When it asks for root a password, say yes and input a new and secure password. The root password here is just for the SQL database, not for the GNU/Linux system.
Answer the rest of the questions as follows:
--Remove anonymous users? [Y/n]: Y-Disallow root login remotely? [Y/n]: Y-Remove test database and access to it? [Y/n]: Y-Reload privilege tables now? [Y/n]: Y+Remove anonymous users? [Y/n]: Y +Disallow root login remotely? [Y/n]: Y +Remove test database and access to it? [Y/n]: Y +Reload privilege tables now? [Y/n]: YNext, sign into the SQL database with the new and secure password you chose before. Run the following command:
# mysql -u root -p@@ -50,9 +49,8 @@# tar -xjf nextcloud*.tar.bz2 -C /var/www/html/[WHERE EVER YOUR WEBSITE IS STORED]If you have multiple Nextcloud tarballs in the current working directory you might want to manually specify which one you wish to extract.
Let's correct the ownership and permissions of those files. Run the following commands after you fill in the placeholders:
--# chown -R www-data:www-data /var/www/html/[WHERE EVER YOUR WEBSITE IS STORED]/nextcloud-# chmod -R 755 /var/www/html/[WHERE EVER YOUR WEBSITE IS STORED]/nextcloud+# chown -R www-data:www-data /var/www/html/[WHERE EVER YOUR WEBSITE IS STORED]/nextcloud +# chmod -R 755 /var/www/html/[WHERE EVER YOUR WEBSITE IS STORED]/nextcloudNow we need to head to Nextcloud's web interface. Go to your web browser and go to your website, but go to the subdirectory "nextcloud" instead. For example, if your domain is landchad.net and you have set up HTTPS then go to
-- cgit v1.2.3https://landchad.net/nextcloud. This will launch the configuration wizard.