S squorpeeon Basic Pleskian Mar 1, 2017 #1 Installed AWS Plesk AMI (BYOL) and need to run node.js 4.7. I see 6.9 and 7.4 installed. Any way to add another?
Installed AWS Plesk AMI (BYOL) and need to run node.js 4.7. I see 6.9 and 7.4 installed. Any way to add another?
IgorG Plesk addicted! Plesk Certified Professional Mar 1, 2017 #2 You can install nodejs 4.x on CentOS server with something like # rpm -Uvh https://rpm.nodesource.com/pub_4.x/el/7/x86_64/nodesource-release-el7-1.noarch.rpm # yum install nodejs but note that it will not be managed by Plesk.
You can install nodejs 4.x on CentOS server with something like # rpm -Uvh https://rpm.nodesource.com/pub_4.x/el/7/x86_64/nodesource-release-el7-1.noarch.rpm # yum install nodejs but note that it will not be managed by Plesk.
IgorG Plesk addicted! Plesk Certified Professional Mar 2, 2017 #3 BTW, you can make this nodejs 4.x manageable by Plesk if you register it with # plesk sbin nodemng register /path/to/node
BTW, you can make this nodejs 4.x manageable by Plesk if you register it with # plesk sbin nodemng register /path/to/node