From 97d57c2a03fd4804ffd661fa0e775bb1dd309030 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Tue, 28 Jan 2020 09:43:41 +0100 Subject: [PATCH] Website generation with Couscous --- install.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/install.html b/install.html index f181001..15212f5 100644 --- a/install.html +++ b/install.html @@ -139,15 +139,22 @@
  • Download: v7.1.4
  • Unzip files and upload them to your PHP server
  • Make sure your webserver can read and write to /repository and /private folders
  • -
  • Set the website document root to /dist directory. This is also known as 'public' folder.
  • +
  • Set the website document root to /dist directory. This is also known as 'public' folder
  • Visit web page, if something goes wrong check /private/logs/app.log
  • 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.

    +

    Since version 7 is completely rewriten from scratch, there is no clear upgrade path from older versions.

    If you have an older version of FileGator please backup everything and install the script again.

    +

    Upgrade instructions for non-developers:

    + +

    Which versions am I running? Look for APP_VERSION inside dist/index.php file