Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 1 match
- Sun Nov 23, 2014 6:07 pm
- Forum: RHEL/CentOS
- Topic: VestaCP on CentOS 7
- Replies: 43
- Views: 66040
Re: VestaCP on CentOS 7
Hi,
I am trying to install VestaCP on CentOS7 and I have forked the github repository and created a centos7 branch :
https://github.com/vrichomme/vesta
My modifications for now are minor since I have added epel and remi repository inside vst-install-rhel.sh :
if [ "$release" -eq '7' ]; then
epel ...
I am trying to install VestaCP on CentOS7 and I have forked the github repository and created a centos7 branch :
https://github.com/vrichomme/vesta
My modifications for now are minor since I have added epel and remi repository inside vst-install-rhel.sh :
if [ "$release" -eq '7' ]; then
epel ...