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

@@ -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
```