From bb65367b63cf015833a2cf148fd3a4c17b6b9bb4 Mon Sep 17 00:00:00 2001 From: alcalbg Date: Thu, 18 Apr 2024 10:43:16 +0000 Subject: [PATCH] deploy: 71bca64fb13ccf89b1198e0348008f6274bc0ff4 --- development.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/development.html b/development.html index c7a5be2..73c0add 100644 --- a/development.html +++ b/development.html @@ -124,7 +124,14 @@
-

Project setup for development (Linux)

+

Project setup for development (Docker)

+
git clone https://github.com/filegator/filegator.git
+cd filegator
+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.

+

If you're tweaking dependencies then you must rebuild with:

+
docker compose -f docker-compose-dev.yml up --build
+

Project setup for development (Linux)

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

git clone https://github.com/filegator/filegator.git
 cd filegator