您好,登錄后才能下訂單哦!
本篇內容主要講解“Ubuntu+nginx+php+mysql的安裝步驟”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“Ubuntu+nginx+php+mysql的安裝步驟”吧!
1.升級
sudo apt-get update sudo apt-get upgrade
2.安裝前置環境
sudo apt-get install gcc g++ sudo apt-get install build-essential sudo apt-get install libtool
3.安裝pcre(重寫),zlib(gzip)
wget https://ftp.pcre.org/pub/pcre/pcre-8.00.tar.gz tar -zxvf pcre-8.00.tar.gz cd pcre-8.00 ./configure make && make install wget http://zlib.net/zlib-1.2.11.tar.gz tar -zxvf zlib-1.2.11.tar.gz cd zlib-1.2.11 ./configure make && make install
4.安裝openssl
wget http://distfiles.macports.org/openssl/openssl-1.0.2s.tar.gz tar -zxvf openssl-1.0.2s.tar.gz cd openssl-1.0.2s.tar.gz ./configure make && make install
5.安裝nginx
wget http://nginx.org/download/nginx-1.16.0.tar.gz tar -zxvf nginx-1.16.0.tar.gz cd nginx-1.16.0 ./configure --prefix=/usr/local/nginx make && make install
6.安裝php
sudo apt-get install php
7.安裝mysql
sudo apt-get install mysql-server sudo apt-get install mysql-client
到此,相信大家對“Ubuntu+nginx+php+mysql的安裝步驟”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。