docsUpdate

This commit is contained in:
Milos Stojanovic 2019-08-30 11:46:02 +02:00
parent 8ca6eb5854
commit 3182ed058a
3 changed files with 10 additions and 0 deletions

View File

@ -53,6 +53,8 @@ This is read-only demo with guest account enabled.
## 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.
- Latest: [v7.0.1](https://github.com/filegator/static/raw/master/builds/filegator_v7.0.1.zip)
- Unzip files and upload them to your PHP server
- Make sure you webserver can read and write to `/storage` and `/private` folders
@ -106,6 +108,8 @@ 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 cant access any of your important files through the browser.
## Show your support
Please ⭐️ this repository if this project helped you!

View File

@ -43,3 +43,5 @@ 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 cant access any of your important files through the browser.

View File

@ -7,6 +7,8 @@ currentMenu: install
## 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.
- Latest: [v7.0.1](https://github.com/filegator/static/raw/master/builds/filegator_v7.0.1.zip)
- Unzip files and upload them to your PHP server
- Make sure you webserver can read and write to `/storage` and `/private` folders
@ -15,6 +17,8 @@ currentMenu: install
- 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 cant 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.