Docs upd, fixes #60

This commit is contained in:
Milos Stojanovic
2020-04-16 12:26:34 +02:00
parent b9bd84e334
commit 5da5fed97b
5 changed files with 12 additions and 10 deletions

View File

@@ -2,6 +2,7 @@
## Upcoming... ## Upcoming...
* Translations added: Polish
* Bump symfony, dibi * Bump symfony, dibi
## 7.3.4 - 2020-03-23 ## 7.3.4 - 2020-03-23

View File

@@ -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. 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 cd filegator
cp configuration_sample.php configuration.php cp configuration_sample.php configuration.php
sudo chmod -R 777 private/ chmod -R 775 private/
sudo chmod -R 777 repository/ chmod -R 775 repository/
composer install composer install --ignore-platform-reqs
npm install npm install
npm run build npm run build
``` ```

View File

@@ -7,12 +7,12 @@ currentMenu: development
You must have `git`, `php`, `npm`, and `composer` installed. 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 cd filegator
cp configuration_sample.php configuration.php cp configuration_sample.php configuration.php
sudo chmod -R 777 private/ chmod -R 775 private/
sudo chmod -R 777 repository/ chmod -R 775 repository/
composer install composer install --ignore-platform-reqs
npm install npm install
npm run build npm run build
``` ```
@@ -28,7 +28,7 @@ Once everything is ready visit: `http://localhost:8080`
## Run tests & static analysis ## Run tests & static analysis
Testing requires xdebug and sqlite php extensions. Testing requires xdebug, php-zip and sqlite php extensions.
``` ```
vendor/bin/phpunit vendor/bin/phpunit

View File

@@ -21,6 +21,7 @@ Available languages:
- ```serbian``` - ```serbian```
- ```french``` - ```french```
- ```slovak``` - ```slovak```
- ```polish```
Please help us translating FileGator to your language by submitting a Pull Request on GitHub. Please help us translating FileGator to your language by submitting a Pull Request on GitHub.

View File

@@ -44,7 +44,7 @@ const funcs = {
'serbian': serbian, 'serbian': serbian,
'french': french, 'french': french,
'slovak': slovak, 'slovak': slovak,
'polish': polish, 'polish': polish,
} }
let language = store.state.config.language let language = store.state.config.language