0
0

More than 5 years have passed since last update.

CentOS6.5でLAMP環境を作る最速手順

Last updated at Posted at 2013-12-03

DVDでインストール終わってログインした後、以下実施

yum groupinstall "Web サーバー" "MySQL データベースサーバー" "MySQL データベース接続クライアント" "PHP サポート"
iptables -F
iptables-save > /etc/sysconfig/iptables

chkconfig httpd on
chkconfig mysqld on

reboot

注意: selinuxをdisabledにして再起動するとkernel panicする。意味がわからない。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0