Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
guides:how-to-install-node-js-on-centos [2015-07-09 13:16:31]
rory.blanchard created
guides:how-to-install-node-js-on-centos [2015-07-09 17:52:25]
rory.blanchard [Install from EPEL Repository]
Line 1: Line 1:
 ====== How to install Node.js on CentOS ====== ====== How to install Node.js on CentOS ======
  
-Node.js is a javascript platform that also includes the Node package manager (NPM). The EPEL installation is the simplest way to install and ensure that it's updated, but you may not want to use that so you can also install directly from source.+Node.js is a javascript platform that also includes the Node package manager (NPM). The EPEL installation is the simplest way to install and ensure that it's updated, but you may not want to use that if you prefer to install from source.
  
 ===== Install from EPEL Repository ===== ===== Install from EPEL Repository =====
 +
 +<note tip>Installing through EPEL is preferable in most cases as it will make it easy to remove or update as needed.</note>
  
 Use **SSH** to log into your server as root. Use **SSH** to log into your server as root.
Line 20: Line 22:
 \\ \\
 \\ \\
-<note tip>Installing through EPEL is preferable in most cases as it will make it easy to remove or update as needed.</note> +
-\\+
 ===== Installing Node.js from source ===== ===== Installing Node.js from source =====