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.
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