Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Centos install docs are missing a step #62

Closed
forkwhilefork opened this issue Jul 16, 2020 · 4 comments
Closed

Centos install docs are missing a step #62

forkwhilefork opened this issue Jul 16, 2020 · 4 comments
Assignees
Labels
possible-bug Something isn't working

Comments

@forkwhilefork
Copy link

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
@forkwhilefork forkwhilefork added the possible-bug Something isn't working label Jul 16, 2020
@forkwhilefork
Copy link
Author

This isn't really a bug, but it's closer to a bug than a feature request I think.

@thatmattlove
Copy link
Owner

Thank you! I've added this to the docs on my local repo, the next push will auto update the docs and close this out once it's live.

@forkwhilefork
Copy link
Author

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.

@thatmattlove
Copy link
Owner

Thanks - I moved it up to the initial steps along with the python install, so it would be there prior to running the Yarn/Redis/etc. installs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants