Bug Description
In the Centos installation guide, there is a line sudo yum -y install gcc-c++ make nodejs yarn redis. However this will fail to install redis unless EPEL is installed. Without redis, hyperglass will not start. So, this should be added to the docs.
Expected behavior
I would expect the instructions in the docs to work on a brand-new installation of Centos without any additional steps.
Steps to Reproduce
Follow the instructions.
Possible Solution
Add a line in the docs to install EPEL:
yum -y install epel-release
Environment
Server
Bug Description
In the Centos installation guide, there is a line
sudo yum -y install gcc-c++ make nodejs yarn redis. However this will fail to install redis unless EPEL is installed. Without redis, hyperglass will not start. So, this should be added to the docs.Expected behavior
I would expect the instructions in the docs to work on a brand-new installation of Centos without any additional steps.
Steps to Reproduce
Follow the instructions.
Possible Solution
Add a line in the docs to install EPEL:
yum -y install epel-releaseEnvironment
Server