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
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.
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.
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.
On a new server (get $100 in server credits) login as root and enter this into the shell:
apt update