From 279b4057105a49aa7c4eaf8eee79f12703cb2fca Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Fri, 3 Apr 2020 10:12:04 +0200 Subject: [PATCH] docs upd --- README.md | 2 +- docs/install.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 207830a..e6a28c1 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ This is read-only demo with guest account enabled. ## 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. diff --git a/docs/install.md b/docs/install.md index f6b45c9..239bd8b 100644 --- a/docs/install.md +++ b/docs/install.md @@ -3,7 +3,7 @@ currentMenu: install --- ## Minimum Requirements -- PHP 7.1.3+ +- PHP 7.1.3+ (with php-zip extension) ## 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. ## 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 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/ wget https://github.com/filegator/static/raw/master/builds/filegator_v7.3.4.zip