Skip to content
This repository was archived by the owner on Mar 23, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 298 Bytes

File metadata and controls

17 lines (10 loc) · 298 Bytes

Prerequisite to setup FogLAMP UI Client on CentOS/RHEL 7

Node

Install nodejs (LTS version)

    $ yum install -y gcc-c++ make
    $ curl -sL https://rpm.nodesource.com/setup_10.x | sudo -E bash -
    $ sudo yum install nodejs

Install yarn

$ sudo npm install -g yarn