mirror of
https://github.com/filegator/filegator.git
synced 2025-08-07 14:06:47 +02:00
Docs upd, fixes #60
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
## Upcoming...
|
||||
|
||||
* Translations added: Polish
|
||||
* Bump symfony, dibi
|
||||
|
||||
## 7.3.4 - 2020-03-23
|
||||
|
@@ -109,12 +109,12 @@ Precompiled build is created for non-developers. In this version, the frontend (
|
||||
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
|
||||
```
|
||||
|
@@ -7,12 +7,12 @@ currentMenu: development
|
||||
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
|
||||
```
|
||||
@@ -28,7 +28,7 @@ Once everything is ready visit: `http://localhost:8080`
|
||||
|
||||
## Run tests & static analysis
|
||||
|
||||
Testing requires xdebug and sqlite php extensions.
|
||||
Testing requires xdebug, php-zip and sqlite php extensions.
|
||||
|
||||
```
|
||||
vendor/bin/phpunit
|
||||
|
@@ -21,6 +21,7 @@ Available languages:
|
||||
- ```serbian```
|
||||
- ```french```
|
||||
- ```slovak```
|
||||
- ```polish```
|
||||
|
||||
Please help us translating FileGator to your language by submitting a Pull Request on GitHub.
|
||||
|
||||
|
Reference in New Issue
Block a user