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
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.
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.
admin/admin123
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.
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.