diff --git a/development.html b/development.html index 3f9835c..16baea2 100644 --- a/development.html +++ b/development.html @@ -129,8 +129,7 @@ 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
+

See docker-compose-dev.yml for more informations about configurations and dependencies.

Project setup for development (Linux)

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

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