Step 1 – install Node.js and MongoDB

Red Hat Linux 7 is used as the operating system to install Node.js and MongoDB. The working environment assumes that yum is installed. For more information on how to install yum, look at the Red Hat documentation at https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/ch-yum.

Refer to the steps below to install the required software components:

  1. Open a Terminal and install Node.js:
    1. First, install NPM (Node Package Manager) using curl; type the following command and press Enter:
              curl --silent --location https://rpm.nodesource.com/              setup_6.x | bash
    1. Next, install Node.js using yum; type the following command and press Enter:
 yum install -y ...

Get Implementing Oracle API Platform Cloud Service now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.