Centos in VPS
Here is a common problem I face during my setup of a VPS ( Virtual Private Server). They haven't got the latest repo package in store and also some key elements especially in web development ain't there. So after some messing a round I found its possible on upgrading my CentOs VPS server. Here is what I want.
- Php5.3
- Apache2.2
- Mysql5+
- Git including Git web
- PhpMyAdmin 3
Webtatic CentOs repo
rpm -Uvh http://repo.webtatic.com/yum/centos/5/latest.rpmRPMforge CentOs repo
vim /etc/yum.repos.d/webtatic.repo
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm
rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt
rpm -iv rpmforge-release-0.5.2-2.el5.rf.*.rpm
Thanks to these two for making life easier, else I would have compiled the packages.
Comments
Post a Comment