mirror of
https://github.com/filegator/filegator.git
synced 2025-08-08 09:26:32 +02:00
Docs upd, fixes #60
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
```
|
```
|
||||||
|
@@ -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
|
||||||
|
@@ -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.
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user