In our continuous efforts to simplify the installation process for Orangescrum, we’re constantly updating installation instructions for our users.
In this article, I will guide you on how to install the Node.js for an In-App Chat add-on on your Orangescrum server.
Node.js official document says “Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast and scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices”.
Node.js is an open source, a cross-platform runtime environment for developing server-side and networking applications. Node.js applications are written in JavaScript and can be run within the Node.js runtime on OS X, Microsoft Windows, and Linux.
Node.js also provides a rich library of various JavaScript modules which simplifies the development of web applications using Node.js to a great extent.
Following are some of the important features that make Node.js the first choice of software architects.
You can read more about Node.js here.
There are 6 simple steps to install Node.js on your server. These are as follows:
yum install npm node.js
yum –enablerepo=epel install npm node.js
yum install gcc-c++ make
yum install openssl-devel
npm install socket.io
npm install forever -g
cd /var/www/html/orangescrum
Note: You can find the notification.js file in the Orangescrum folder
forever start notification.js
Note:
You must Disable firewalld/Selinux service by the command:
service firewalld stop / setenforce 0
or
Start the firewall service:
service firewalld start
Added the node port 3002 on firewall rules
firewall-cmd –permanent –add-port=3002/tcp
Reload the firewall service:
firewall-cmd –reload
To list all Firewall rules
firewall-cmd –list-all
Now node server is ready. You can test by checking the below URL
If the output is “Welcome to socket.io.” then node.js is working fine and you can use that URL in the constant.php as “NODE_HOST”
Note: you can find notification.js, node-js-installation-linux.pdf, and node-js-installation-windows.pdf files in the Orangescrum folder after installing the In-App chat.
Let us know if you have faced any issues with the installation of Node.js. We would love to solve it for you!
[mks_button size=”small” title=”Explore In-App Chat ” style=”rounded” url=”https://www.orangescrum.org/addon-details/chat” target=”_blank” bg_color=”#25b6ea” txt_color=”#FFFFFF” icon=”” icon_type=”” nofollow=”0″]