Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Tag web server

Install Node v6.9.1 on CentOS 7.2

Install Node 6.9.1 on CentOS 7.2

Node, built on the Chrome JavaScript runtime, enables you to build scalable and fast network applications. To install it is pretty straight forward, start off by installing the Development Tools group from CentOS: yum groupinstall “Development Tools” Now add the Node…

Install Nginx – Ubuntu 16.04

Installing Nginx on Ubuntu 16.04 is pretty straight forward, start off by updating the sources on your box: sudo apt-get update Issue the following to install nginx: sudo apt-get install nginx Start nginx by issuing the following: sudo service nginx…