You must have git
, php
, npm
, and composer
installed.
git clone git@github.com:filegator/filegator.git
+git clone https://github.com/filegator/filegator.git
cd filegator
cp configuration_sample.php configuration.php
-sudo chmod -R 777 private/
-sudo chmod -R 777 repository/
-composer install
+chmod -R 775 private/
+chmod -R 775 repository/
+composer install --ignore-platform-reqs
npm install
npm run build
Compiles and hot-reloads
@@ -144,7 +144,7 @@ npm run build
npm run serve
Once everything is ready visit: http://localhost:8080
Testing requires xdebug and sqlite php extensions.
+Testing requires xdebug, php-zip and sqlite php extensions.
vendor/bin/phpunit
vendor/bin/phpstan analyse ./backend
npm run lint
diff --git a/translations/default.html b/translations/default.html
index 4dd7959..87e9003 100644
--- a/translations/default.html
+++ b/translations/default.html
@@ -146,6 +146,7 @@
serbian
french
slovak
+polish
Please help us translating FileGator to your language by submitting a Pull Request on GitHub.
How to translate