You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
OS: Centos 7
The text was updated successfully, but these errors were encountered:
please see my comment on the commit - the installation of epel-release needs to happen before the installation of redis so that the epel repo is in place and redis can be resolved.
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
The text was updated successfully, but these errors were encountered: