To Configuring NodeJS, Grunt, and Bower for CageFS

NodeJS is a powerful platform built on Chrome’s Javascript Runtime that can be used to build fast and scalable web applications. Using the following Steps to Install and Configure NodeJS, Grunt, and Bower for CageFS.

To Install NodeJS, Grunt, and Bower on CloudLinux

 

1) Login to your root server

 

2) Create a directory and move into it using following scripts

mkdir ~/nodejs-install; cd ~/nodejs-install

 

3) To Copy the install files to using following scripts

( These install file is currently maintained for the rpms )

git clone https://github.com/nodesource/distributions.git

 

4) Move to rpm install folder

 

5) Run the setup to using following scripts

cd distributions/rpm; sh setup

 

6) Install nodejs to using following scripts

yum install nodejs

 

7) Install grunt and bower to using following scripts

npm install -g grunt-cli; npm install -g bower

 

If you are not using CageFS with CloudLinux you are done. Your nodejs, grunt, and bower commands should all work in the shell. Then you are using CageFS

 

How to Configuring NodeJS, Grunt, and Bower for CageFS

 

1) Configure cagefs for nodejs to using following scripts

touch /etc/cagefs/conf.d/nodejs.cfg

 

2) In grunt.cfg file use the any editor & copy the following scripts

[grunt]
comment=Grunt tools
paths=/usr/bin/grunt, /usr/local/bin/grunt, /usr/lib/node_modules/grunt-cli

 

3) Configure cagefs for bower to using following scripts

touch /etc/cagefs/conf.d/bower.cfg

 

4) In bower.cfg file use the any editor & copy the following scripts

[bower]
comment=Bower web tools
paths=/usr/bin/bower, /usr/local/bin/bower, /usr/lib/node_modules/bower

 

5) Then re-initialize cagefs to using following scripts

cagefsctl –force-update

.
.
.
.
Congrast Your nodejs, grunt, and bower commands should be available on cPanel accounts.

 

 

Test

 

To test an installation is working (and that the setup scripts are working!) use:

curl -sL https://deb.nodesource.com/test | bash –

 

 

 


Vishwajit Kale
Vishwajit Kale blazed onto the digital marketing scene back in 2015 and is the digital marketing strategist of Hostripples, a company that aims to provide affordable web hosting solutions. Vishwajit is experienced in digital and content marketing along with SEO. He's fond of writing technology blogs, traveling and reading.

Recent Posts

The Ultimate Guide to WordPress Maintenance: Tips and Tricks

When you’re running a business that relies on website traffic and sales to succeed. Then you need to keep it…

5 days ago

Migrate In 2024: Our Comprehensive Website Migration Manual to the Next Level

Migration! Yes, this word is very big in the web hosting industry and it has its importance. Especially for businesses…

7 days ago

Unveiling the Importance of Server Maintenance Plans: A Comprehensive Guide

The server is the backbone of the web hosting industry and it acts like a HERO in the web hosting…

2 weeks ago

IP Address is Blocked? A handpicked list of Solutions to Fix it?

Imagine you are on holiday having a cup of tea and browsing your website or blog.Then, what next?You will get…

3 weeks ago

Explained: Difference between Nameservers Vs. DNS

The web hosting industry is growing every minute, day, and year. It has many terminologies that are important to understand…

1 month ago