vagrantでPHPの続き
TeraTermでログインするときに、IPアドレス12.7.0.0.1port 2222 に気をつける。
yum –y install php
http://www.unionnet.jp/develop/php7/
を参考に。実際はphp5でよいと思うが。
yum -y
install
httpd
systemctl stop firewalld
systemctl disable firewalld
systemctl start httpd
systemctl
enable
httpd.service
MySQL
yum -y install http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm
yum -y install mysql-community-server
systemctl start mysqld.service
systemctl enable mysqld.service
yum –y update
大量、、、367個。寝る。
http://www.dollpaper.com/tips/541