|
|
@@ -262,13 +262,17 @@ This is a verified step-by-step guide on how to get up and running on a fresh in
|
|
|
|
|
|
## NodeJs
|
|
|
|
|
|
-Version 10+ is needed.
|
|
|
+Version 12+ is needed.
|
|
|
|
|
|
e.g. how to install on Ubuntu:
|
|
|
|
|
|
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -
|
|
|
sudo apt-get install -y nodejs
|
|
|
|
|
|
+For Centos / Red Hat use this source:
|
|
|
+
|
|
|
+ curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash -
|
|
|
+
|
|
|
## Installing Python 2.7
|
|
|
|
|
|
### CentOS 6.8 / 6.9 OS
|