CloudLinux CageFS + cPanel, Install Git for all users
- 08 Feb 2023
- 1 Minute to read
- Print
- DarkLight
CloudLinux CageFS + cPanel, Install Git for all users
- Updated on 08 Feb 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
With the rise of version control applications such as git, users require access to the application more often. In a CageFS Environment, it doesn't pose a large security risk and is quite handy for users to have.
As with any other package, you will need to first install it using the standard yum commands:
yum install git
Once it has been installed, you will then have to add the RPM to the CageFS skeleton, and then force a rebuild to ensure it's allowed for all users:
cagefsctl --addrpm git
cagefsctl --force-update
Once this is done, the git application should be available correctly within CageFS for all users to utilise via SSH.
Was this article helpful?