mirror of
https://github.com/filegator/filegator.git
synced 2025-04-23 08:27:47 +02:00
Node version requirement documented
This commit is contained in:
parent
cf19413ae3
commit
2700f708ca
@ -116,7 +116,7 @@ See `docker-compose-dev.yml` for more informations about configurations and depe
|
||||
|
||||
## Project setup for development (Linux)
|
||||
|
||||
You must have `git`, `php`, `npm`, and `composer` installed.
|
||||
You must have `git`, `php`, `node (v14)`, `npm`, and `composer` installed.
|
||||
|
||||
```
|
||||
git clone https://github.com/filegator/filegator.git
|
||||
|
@ -15,7 +15,7 @@ See `docker-compose-dev.yml` for more informations about configurations and depe
|
||||
|
||||
## Project setup for development (Linux)
|
||||
|
||||
You must have `git`, `php`, `npm`, and `composer` installed.
|
||||
You must have `git`, `php`, `node (v14)`, `npm`, and `composer` installed.
|
||||
|
||||
```
|
||||
git clone https://github.com/filegator/filegator.git
|
||||
|
@ -11,6 +11,7 @@ visit: http://127.0.0.1:8080 login as admin/admin123
|
||||
|
||||
## Minimum Requirements
|
||||
- PHP 7.2.5+ (with php-zip extension)
|
||||
- Node v12 or v14
|
||||
|
||||
## Download precompiled build
|
||||
Precompiled build is created for non-developers. In this version, the frontend (html, css and javascript) is compiled for you and the source code is removed so the final archive contains only minimum files.
|
||||
|
Loading…
x
Reference in New Issue
Block a user