Node version requirement documented

This commit is contained in:
Milos Stojanovic
2024-11-21 09:39:16 +01:00
parent cf19413ae3
commit 2700f708ca
3 changed files with 3 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ See `docker-compose-dev.yml` for more informations about configurations and depe
## Project setup for development (Linux) ## 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 git clone https://github.com/filegator/filegator.git

View File

@@ -15,7 +15,7 @@ See `docker-compose-dev.yml` for more informations about configurations and depe
## Project setup for development (Linux) ## 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 git clone https://github.com/filegator/filegator.git

View File

@@ -11,6 +11,7 @@ visit: http://127.0.0.1:8080 login as admin/admin123
## Minimum Requirements ## Minimum Requirements
- PHP 7.2.5+ (with php-zip extension) - PHP 7.2.5+ (with php-zip extension)
- Node v12 or v14
## Download precompiled build ## 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. 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.