From bc30f80f18ad40c493cff3760c14cd418aaedab5 Mon Sep 17 00:00:00 2001 From: alcalbg Date: Fri, 13 Dec 2024 10:26:40 +0000 Subject: [PATCH] deploy: 4a1a09ef6fadc76db76651bc13684afdf82e5f35 --- development.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development.html b/development.html index 275977f..05c2d8b 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.

Project setup for development (Linux)

-

You must have git, php, node (v14), npm, and composer installed.

+

You must have git, php, node, npm, and composer installed.

git clone https://github.com/filegator/filegator.git
 cd filegator
 cp configuration_sample.php configuration.php