diff options
| author | Matthew Evan <55710660+MattMadness@users.noreply.github.com> | 2021-06-30 14:34:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-30 14:34:37 -0400 |
| commit | db2056ffaff062696275669325c046ca712e54ee (patch) | |
| tree | 35cc906de8cb5880d7bc611fcf4b01d071b59bdb /nextcloud.html | |
| parent | 54f038a80b6c0f8eba97ef8cbe767890d2c89f9e (diff) | |
Updated nextcloud.html
Changed luke to root
Diffstat (limited to 'nextcloud.html')
| -rw-r--r-- | nextcloud.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloud.html b/nextcloud.html index 9ba13e5..0fc3af0 100644 --- a/nextcloud.html +++ b/nextcloud.html @@ -21,7 +21,7 @@ <p>Also, you should have your NGINX server ready and running. For this, you can follow <a href="nginx.html">this guide</a>.</p> <h2 id="instructions">Instructions</h2> - <p>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 <code>luke</code> and the domain you wished to ssh into is <code>landchad.net</code>:</p> + <p>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 <code>landchad.net</code>:</p> <code>$ ssh root@landchad.net</code> <p>We should upgrade the system and then install packages that we might need. Run the following command:</p> <code># 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</code> |
