centos.md 637 Bytes

在CentOS 6.5上搭建WEB

安装和设置CentOS

$ vi /etc/sysconfig/i18n # 修改为:LANG="en_US.UTF-8"
$ source /etc/sysconfig/i18n #reload
$ rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm # 用最新的elrepo源。参考自http://elrepo.org/tiki/tiki-index.php
$ yum -y update # This will update installed software on CentOS to the latest versions
$ yum -y groupinstall 'Development Tools'
$ yum install man #用于查看各种软件的使用手册
之后请把gcc升级一下,请参考 http://qiita.com/giwa/items/28c754d8fc2936c0f6d2 或 https://gist.github.com/giwa/b1fb1e44dc0a7d270881