準備centos8系統
yum安裝nginx
rpm安裝mysql
repo的安裝:rpm -ivh mysql57-community-release-el7-9.noarch.rpm
進入repo目錄:cd /etc/yum.repos.d/
(最新版8.0.17在當前目錄即可,省略本步驟)
安裝:yum install mysql-server
設定自啟動:systemctl enable mysqld
啟動:systemctl start mysqld
改密碼
php 編譯安裝
安裝所需依賴
編譯
./configure \
--prefix=/usr/local/php \
--with-config-file-path=/usr/local/php/etc \
--with-zlib-dir \
--with-freetype-dir \
--enable-mbstring \
--with-libxml-dir=/usr \
--enable-xmlreader \
--enable-xmlwriter \
--enable-soap \
--enable-calendar \
--with-curl=/usr/bin/curl \
--with-zlib \
--with-gd \
--with-pdo-sqlite \
--with-pdo-mysql \
--with-mysqli \
--with-mysql-sock \
--enable-mysqlnd \
--disable-rpath \
--enable-inline-optimization \
--enable-sockets \
--enable-sysvsem \
--enable-sysvshm \
--enable-pcntl \
--enable-mbregex \
--enable-exif \
--enable-bcmath \
--with-mhash \
--enable-zip \
--with-pcre-regex \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-openssl \
--enable-ftp \
--with-kerberos \
--with-gettext \
--with-xmlrpc \
--with-xsl \
--enable-fpm \
--with-fpm-systemd \
--disable-fileinfo
安裝make && make install
php配置檔案
php-fpm:
儲存退出
php-fpm.d下的配置檔案
systemctl管理php-fpm
新增php的環境變數
測試:php -v
lnmp 搭建 typecho部落格系統
yum安裝 lnmp linux nginx php7.1 mysql5.7 1 第一步先更新yum update 只適合新伺服器,生成環境慎用 2 yum安裝nginx 安裝nginx最新源 yum localinstall yum repolist enabled grep nginx 安裝ng...
Ubuntu 系統搭建LNMP環境
當前linux版本 ubuntu16.04 一 安裝nginx 在終端中輸入命令 sudo apt get install nginx 在確認安裝完成後,在瀏覽器中訪問 localhost,出現下面的頁面則表示nginx安裝成功。nginx 服務的操作 啟動nginx服務 sudo service ...
搭建LNMP環境
yum install nginx yserver error page 404 404.html location 40x.html error page 500 502 503 504 50x.html location 50x.html 修改完成後,啟動 nginx nginx此時,可訪問來確...