diff --git a/development.html b/development.html index 3b41e02..745544f 100644 --- a/development.html +++ b/development.html @@ -150,8 +150,8 @@ vendor/bin/phpstan analyse ./backend npm run lint npm run e2e

Deployment

-

Set the website document root to /dist directory. This is also known as 'public' folder.

-

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.

+

Set the website document root to filegator/dist directory. This is also known as 'public' folder.

+

NOTE: For security reasons filegator/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. If you run the script from the root folder, you will see the message 'Development mode' as a security warning.

diff --git a/install.html b/install.html index 91d421e..135620c 100644 --- a/install.html +++ b/install.html @@ -144,7 +144,7 @@
  • Login with default credentials admin/admin123
  • Change default admin's password
  • -

    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.

    +

    NOTE: For security reasons filegator/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. If you run the script from the root folder, you will see the message 'Development mode' as a security warning.

    Install on fresh Ubuntu 18.04 or Debian 10.3

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

    apt update