diff --git a/install.html b/install.html index cb38dd4..035046f 100644 --- a/install.html +++ b/install.html @@ -131,7 +131,7 @@

Minimum Requirements

Download precompiled build

Precompiled build is created for non-developers. In this version, the frontend (html, css and javascript) is compiled for you and the source code is removed so the final archive contains only minimum files.

@@ -146,9 +146,9 @@

NOTE: For security reasons /dist is the ONLY folder you want to be exposed through the web. Everything else should be outside of your web root, this way people can’t access any of your important files through the browser.

Install on fresh Ubuntu 18.04 or Debian 10.3

-

On a new server (get $100 in credits for servers here) login as root and copy/paste this into the shell:

+

On a new server (get $100 in server credits) login as root and enter this into the shell:

apt update
-apt install -y wget unzip apache2 php libapache2-mod-php php-zip
+apt install -y wget unzip php apache2 libapache2-mod-php php-zip
 
 cd /var/www/
 wget https://github.com/filegator/static/raw/master/builds/filegator_v7.3.4.zip