diff --git a/development.html b/development.html index 1038fc2..275977f 100644 --- a/development.html +++ b/development.html @@ -125,7 +125,7 @@ docker compose -f docker-compose-dev.yml up
Once everything is ready visit: http://localhost:8080 and login as admin/admin123, Ctrl+c to stop.
See docker-compose-dev.yml
for more informations about configurations and dependencies.
You must have git
, php
, npm
, and composer
installed.
You must have git
, php
, node (v14)
, npm
, and composer
installed.
git clone https://github.com/filegator/filegator.git
cd filegator
cp configuration_sample.php configuration.php
diff --git a/install.html b/install.html
index 8047666..58eea94 100644
--- a/install.html
+++ b/install.html
@@ -125,6 +125,7 @@ visit: http://127.0.0.1:8080 login as admin/admin123
Precompiled build is created for non-developers. In this version, the frontend (html, css and javascript) is compiled for you and the source code is removed so the final archive contains only minimum files.