Skip to content

Centos install docs are missing a step #62

Description

@forkwhilefork

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

  • OS: Centos 7

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions