Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

CentOS 7 install fails at multiple parts #85

Description

@egriffith

If you spin up an AWS EC2 Instance running the CentOS 7 AMI and choose to have Cloud9 install into that instance, the install will fail at various parts.

Issue 1: "Can't install gcc,g++"
solution: sudo yum install gcc gcc-g++

Issue 2: Can't compile tmux. "curses not found"
Solution: sudo yum install glibc-static ncurses-devel

Issue 3 "Group 'docker' not found"
Solution: sudo grouped docker && sudo usermod -aG docker $USER

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions