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