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
{{ message }}
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered: