diff --git a/development.html b/development.html index af45606..1d6f959 100644 --- a/development.html +++ b/development.html @@ -152,6 +152,7 @@ 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.

diff --git a/install.html b/install.html index 152fc39..c9058b8 100644 --- a/install.html +++ b/install.html @@ -134,6 +134,7 @@
  • PHP 7.1.3+
  • Download precompiled build

    +

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

    +

    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.

    Upgrade

    Since version 7 is completely rewriten from scratch, there is no clear upgrade path from the older versions.

    If you have an older version of FileGator please backup everything and install the script again.