Question
How do you install CloudLinux's NodeJS Selector?
Answer
Enabling NodeJS Selector requires multiple packages to be installed for the user to be able to use it inside their cPanel.
-
Install the Alt-NodeJS package:
# dnf groupinstall alt-nodejs
-
Install the Pushion Passenger module, LVE Utils, and LVE Manager:
# dnf install lvemanager lve-utils ea-ruby27-mod_passenger
-
CloudLinux recommends that CageFS is installed as well for enhanced security:
# dnf install cagefs
-
After these packages are installed, the cPanel service must be restarted:
# /usr/local/cpanel/scripts/restartsrv_cpsrvd
- After the services restart, the feature needs to be enabled for all users in the CloudLinux Manager under the options tab. This is found at Home / Server Configuration / CloudLinux Manager / Options
Once these steps are complete, the NodeJS selector is available inside the cPanel. For more information, you can reference CloudLinux's documentation:
-
Install the Alt-NodeJS package:
# dnf groupinstall alt-nodejs
-
Install the Pushion Passenger module, LVE Utils, and LVE Manager:
# dnf install lvemanager lve-utils ea-apache24-mod-passenger
-
CloudLinux recommends that CageFS is installed as well for enhanced security:
# dnf install cagefs
-
After these packages are installed, the cPanel service must be restarted:
# /usr/local/cpanel/scripts/restartsrv_cpsrvd
- After the services restart, the feature needs to be enabled for all users in the CloudLinux Manager under the options tab. This is found at Home / Server Configuration / CloudLinux Manager / Options
Once these steps are complete, the NodeJS selector is available inside the cPanel. For more information, you can reference CloudLinux's documentation:
Comments
0 comments
Article is closed for comments.