mirror of
https://github.com/filegator/filegator.git
synced 2025-08-11 17:23:57 +02:00
docs upd
This commit is contained in:
@@ -93,7 +93,7 @@ This is read-only demo with guest account enabled.
|
|||||||
|
|
||||||
|
|
||||||
## Minimum Requirements
|
## Minimum Requirements
|
||||||
- PHP 7.1.3+
|
- PHP 7.1.3+ (with php-zip extension)
|
||||||
|
|
||||||
See [install instructinos](https://docs.filegator.io/install.html) for Ubuntu 18.04 or Debian 10.3. Get $100 in ([server credits here](https://m.do.co/c/93994ebda78d)) so you can play around.
|
See [install instructinos](https://docs.filegator.io/install.html) for Ubuntu 18.04 or Debian 10.3. Get $100 in ([server credits here](https://m.do.co/c/93994ebda78d)) so you can play around.
|
||||||
|
|
||||||
|
@@ -3,7 +3,7 @@ currentMenu: install
|
|||||||
---
|
---
|
||||||
|
|
||||||
## Minimum Requirements
|
## Minimum Requirements
|
||||||
- PHP 7.1.3+
|
- PHP 7.1.3+ (with php-zip extension)
|
||||||
|
|
||||||
|
|
||||||
## Download precompiled build
|
## Download precompiled build
|
||||||
@@ -20,10 +20,10 @@ Precompiled build is created for non-developers. In this version, the frontend (
|
|||||||
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 `/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.
|
||||||
|
|
||||||
## Install on fresh Ubuntu 18.04 or Debian 10.3
|
## Install on fresh Ubuntu 18.04 or Debian 10.3
|
||||||
On a new server ([get $100 in credits for servers here](https://m.do.co/c/93994ebda78d)) login as root and copy/paste this into the shell:
|
On a new server ([get $100 in server credits](https://m.do.co/c/93994ebda78d)) login as root and enter this into the shell:
|
||||||
```
|
```
|
||||||
apt update
|
apt update
|
||||||
apt install -y wget unzip apache2 php libapache2-mod-php php-zip
|
apt install -y wget unzip php apache2 libapache2-mod-php php-zip
|
||||||
|
|
||||||
cd /var/www/
|
cd /var/www/
|
||||||
wget https://github.com/filegator/static/raw/master/builds/filegator_v7.3.4.zip
|
wget https://github.com/filegator/static/raw/master/builds/filegator_v7.3.4.zip
|
||||||
|
Reference in New Issue
Block a user