From db2056ffaff062696275669325c046ca712e54ee Mon Sep 17 00:00:00 2001 From: Matthew Evan <55710660+MattMadness@users.noreply.github.com> Date: Wed, 30 Jun 2021 14:34:37 -0400 Subject: Updated nextcloud.html Changed luke to root --- nextcloud.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud.html b/nextcloud.html index 9ba13e5..0fc3af0 100644 --- a/nextcloud.html +++ b/nextcloud.html @@ -21,7 +21,7 @@

Also, you should have your NGINX server ready and running. For this, you can follow this guide.

Instructions

-

First, we need to obtain a shell prompt by ssh-ing (remote machines or local machines) or just logging in (local machines). A traditional ssh might look like this if your username was luke and the domain you wished to ssh into is landchad.net:

+

First, we need to obtain a shell prompt by ssh-ing (remote machines or local machines) or just logging in (local machines). A traditional ssh might look like this if the domain you wished to ssh into is landchad.net:

$ ssh root@landchad.net

We should upgrade the system and then install packages that we might need. Run the following command:

# apt-get full-upgrade -y && sudo apt-get install mariadb-server php-mysql php php-gd php-mbstring php-dom php-curl php-zip php-simplexml php-xml -y -- cgit v1.2.3