2013年8月11日 星期日

CentOS 6 + Drupal 7 (Apache,PHP,MySql)

  1. 参考 http://benjr.tw/node/170
  2. Apache (Web Server): 
  3. PHP:
  4. MySQL (DataBase):
  5. 其他
  6. Install Drupal
1.
su
yum update
yum install httpd
service httpd start
chkconfig httpd on


2.
yum install php php-pear php-mysql php-xml php-gd php-pdo php-mbstring
service httpd start


3.
yum install mysql-server
service mysqld start
chkconfig mysqld on
mysqladmin -u root password '你的密碼'

4.
yum install system-config-securitylevel-tui
yum install wget gedit


5.

Drupal 中文化 
https://localize.drupal.org/translate/languages/zh-hant

沒有留言: