Centos7はLAMP + PHPmyadminをインストールします

1、 Centos7ダウンロードソースを更新する
更新する前にバックアップすることを忘れないでください! ! !
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
参照:http://mirrors.aliyun.com/help/centos
163 ソースリファレンス:http://mirrors.163.com/.help/centos.html
2、 ローカルキャッシュを更新する
yum clean all
yum makecache
3、 ネットワークツールをインストールする
yum install net-tools
ifconfigなどのコマンドを使用する場合
4、 ファイアウォールを閉じる
systemctl stop firewalld.service
systemctl disable firewalld.service
5、 selinuxを閉じる
vi /etc/selinux/config
コメント#SELINUX = Enforcing
コメント#SELINUXTYPE =ターゲット
SELINUX = disabledを追加します
保存して終了:wq
setenforce 0#selinuxを閉じる
6、 [apache](https://blog.phpfs.com/archives/tag/apache)をインストールします
yum install httpd
7、 Mariadbをインストールします
yum install mariadb mariadb-server
構成ファイルをコピーして、元の構成ファイルを上書きします
cp /usr/share/mysql/my-huge.cnf /etc/my.cnf
8、 PHPをインストールする
yum install phpphp-mysql php-gd php-odbc php-pear php-mbstring php-mcrypt
9、 PHPmyadminをダウンロード
wget https://files.phpmyadmin.net/phpMyAdmin/4.0.0/phpMyAdmin-4.0.0-all-languages.zip
/ var / www / html / phpmyadminに解凍します

10、 サイトを構成する
vi /etc/httpd/conf/httpd.conf
最後にファイルを追加

Include vhost/*.conf
mkdir /etc/httpd/vhost
touch test.conf

DocumentRoot /var/www/html/test
ServerName test

Options FollowSymLinks
AllowOverride All

touch phpmyadmin.conf

DocumentRoot /var/www/html/phpmyadmin
ServerName phpmyadmin

Options FollowSymLinks
AllowOverride All

[apache](https://blog.phpfs.com/archives/tag/apache)とmariadbを再起動します
11、 epelソースをインストールする
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm
バージョンが同じでない場合は、ここにアクセスしてhttp://dl.fedoraproject.org/pub/epel/を検索してください。
rpm -ivh rpm epel-release-7-8.noarch.rpm
yum clean all
yum update
次の手順は、epelソースのインストールの下で実行されます
12、 mcrypt拡張機能をインストールする
yum install php-mcrypt
13、 redis、memcache、および拡張機能をインストールします
yum install redis
vi /etc/redis.conf
デーモン化yes#daemon running
redis-server /etc/redis.conf
yum install php-redis
yum install memcached
yum install php-memcached

付録:
Start | stop | restart apache systemctl start | stop | restart httpd.service
apache systemctl enablehttpd.serviceを開始します
開始|停止|再起動mariadbsystemctl開始|停止|再起動mariadb.service
mariadbsystemctlを有効にするmariadb.serviceを有効にする

Recommended Posts

Centos7はLAMP + PHPmyadminをインストールします
1.5Centos7をインストールする
Centos6はPython2.7.13をインストールします
Centos7.3はnginxをインストールします
CentOS7.2はMysql5.7.13をインストールします
CentOSはRedmineをインストールします
Centos7はPython3.6をインストールします。
CentOS7はMySQLをインストールします
Centos7インストールprotobuf
CentOS7はDockerをインストールします
CentOS7はGlusterFSをインストールします
CentOS7.4はZabbix3.4をインストールします
CentOS7はDockerをインストールします
Centos6.5はTomcatをインストールします
CentOSはPython3.6をインストールします
VmwareはCentOS6をインストールします
centos7 install docker-ce 18.01.0
CentOS7.2はMariaDBをインストールします
CentOS7はHadoop3.0.0をインストールします
Centos7.6はseleniuをインストールします
CentOS7.3はZabbix3をインストールします
CentOSインストールmysql
CentOSはopenjdk1.8をインストールします
CENTOS6.5インストールCDH5.12.1(1)
CentOSはPHPをインストールします
CentOS6はmist.ioをインストールします
Centos7はDockerをインストールします
CentOS7インストールmysql
centOsはrabbitMQをインストールします
CentOS7はMySQL5.6をインストールします
Centos7はNginxをインストールします
CentOS6.5はCDH5.13をインストールします
Centos7インストールdocker18
CentosはPython3をインストールします
centos7インストールドッカー
CentOSインストールjdk
centos7インストールnginx-rtmp
CentOS8はMySQL8.0をインストールします
Centos6.3はKVMをインストールします
CentOSはPostgreSQL9.1をインストールします
CentOS7はmysql8をインストールします
CentOS7はJava1.8をインストールします
CentOS8はfastdfs6.06をインストールします
CentOS7はGitlabをインストールします
Centos7はPostgreSQLをインストールします
CentOS7はMySQL8をインストールします
CentOS7はJava1.8をインストールします
CentOS6はDockerをインストールします
centos6.5インストールzabbix4.4
Centos8はDockerをインストールします
CentOS6.8はpython2.7をインストールします
CentOSインストールnodejs8
CentOS6.5はGNS3をインストールします
centos7.5インストールmysql5.7.17
Centos7はMySQL8.0をインストールします-手動
CentOS7はKubernetes1.16.3をインストールします
VirtualBoxインストールcentos7
centos7インストールランプ
centos7をインストールして接続します
Centos7にDockerをインストールする
Centos7インストールdocker-18.xオリジナル