三月 13th, 2010 • 17:03
CentOS 5.4
Today installed a CentOS based server.
Hardisk is 160G SATA. The patition plan is:
-
- root ( / ) 6G
- /var 6G
- swap 2G
- /home all the remaining
The server consideration:
- Only install server related module
- No any graphical, X Window System, Desktop, audio/Video modules.
After first login, in order to get the updated system, just run
yum update
Then will build LAMP server… according to this post:
http://www.ozzu.com/unix-linux-forum/centos-and-apache-php-mysql-t69484.html
- Enable CentOS Plus Repository: Edit CentOS-Base.repo and find ‘centosplus’ and change ‘enabled = 0′ to ‘enabled = 1′;
- yum install ntp php php-mysql php-mbstring php-mcrypt php-xml php-xmlrpc mysql-server php-gd ImageMagick ImageMagick-devel
Leave a Reply
No Comment
Be the first to respond!