mirror of
https://github.com/filegator/filegator.git
synced 2025-01-18 05:08:54 +01:00
docsUpdate
This commit is contained in:
parent
8ca6eb5854
commit
3182ed058a
@ -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 can’t access any of your important files through the browser.
|
||||
|
||||
## Show your support
|
||||
|
||||
Please ⭐️ this repository if this project helped you!
|
||||
|
@ -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 can’t access any of your important files through the browser.
|
||||
|
||||
|
@ -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 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user