From 54bb89df05526431e0b1d92f071c17e78f33fd63 Mon Sep 17 00:00:00 2001
From: John Saigle <4022790+johnsaigle@users.noreply.github.com>
Date: Tue, 13 Aug 2019 16:28:44 -0400
Subject: [PATCH] [README] Add nodejs as a system requirement (#5017)
Document requirement on nodejs in the README.
---
README.md | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 5308648ffd8..9043dfd1ed9 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,10 @@
# [![Build Status](https://travis-ci.org/aces/Loris.svg?branch=master)](https://travis-ci.org/aces/Loris) LORIS Neuroimaging Platform
LORIS (Longitudinal Online Research and Imaging System) is a self-hosted web application that provides data- and project-management for neuroimaging research. LORIS makes it easy to manage large datasets including behavioural, clinical, neuroimaging and genetic data acquired over time or at different sites.
----
A demo instance is available at https://demo.loris.ca.
-This Readme covers installation of the LORIS v20.* release on Ubuntu.
+This Readme covers installation of the LORIS v21 release on Ubuntu.
([CentOS Readme also available](https://github.com/aces/Loris/blob/master/README.CentOS6.md)).
Please consult the [LORIS Wiki Setup Guide](https://github.com/aces/Loris/wiki/Setup) notes on this [Install process](https://github.com/aces/Loris/wiki/Installing-Loris) for more information.
@@ -27,8 +26,7 @@ Deploy and log in with username *admin* and the password that's set up during de
* MySQL >= 5.7 (or MariaDB >= 10.3)
* PHP 7.2 or higher
* [Composer](https://getcomposer.org/)
-
-_Composer should be run with --no-dev option unless you are an active LORIS developer._
+ * NodeJS 8.0 or higher
These dependencies are subject to change so be sure to verify your version of MySQL and PHP when updating LORIS.
@@ -44,7 +42,7 @@ Consult the [LORIS Wiki](https://github.com/aces/Loris/wiki/Setup) page on this
su - lorisadmin
```
- Important ⇾ All steps from this point forward must be executed by lorisadmin user
+ Important: All steps from this point forward must be executed by lorisadmin user
```
sudo mkdir -m 775 -p /var/www/$projectname