CentOS7 Apache2.4 に PHP7.0を入れる
目的
Laravel5.5アプリケーションを動かすために、PHPを導入する。
参考資料
手順
リポジトリ追加
yum -y install epel-release
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
PHPインストール
yum
yum install --enablerepo=remi,remi-php70 php php-devel php-mbstring php-pdo php-gd php-xml php-mcrypt php-pecl-zip php-mysqlnd
yum -y install epel-release
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
yum install --enablerepo=remi,remi-php70 php php-devel php-mbstring php-pdo php-gd php-xml php-mcrypt php-pecl-zip php-mysqlnd
composerも入れます(CentOSにPHP7とcomposerをインストールする方法)
curl -sS https://getcomposer.org/installer | php -- --install-dir=/tmp
sudo mv /tmp/composer.phar /usr/local/bin/composer
php.ini編集
php.ini
date.timezone = "Asia/Tokyo"
mbstring.language = Japanese
mbstring.internal_encoding = UTF-8
Author And Source
この問題について(CentOS7 Apache2.4 に PHP7.0を入れる), 我々は、より多くの情報をここで見つけました https://qiita.com/darum/items/b4841e031dca46b8c138著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .