一、準備環(huán)境
“只有客戶發(fā)展了,才有我們的生存與發(fā)展!”這是創(chuàng)新互聯(lián)的服務宗旨!把網(wǎng)站當作互聯(lián)網(wǎng)產品,產品思維更注重全局思維、需求分析和迭代思維,在網(wǎng)站建設中就是為了建設一個不僅審美在線,而且實用性極高的網(wǎng)站。創(chuàng)新互聯(lián)對做網(wǎng)站、成都網(wǎng)站制作、網(wǎng)站制作、網(wǎng)站開發(fā)、網(wǎng)頁設計、網(wǎng)站優(yōu)化、網(wǎng)絡推廣、探索永無止境。1、系統(tǒng)版本
[root@Webserver01 ~]# cat /proc/versionLinux version 3.10.0-514.16.1.el7.x86_64
2、關防火墻
[root@Webserver01 ~]# systemctl disable firewalld3、準備yum源
[root@Webserver01 ~]# rpm -ivh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm或
[root@Webserver01 ~]# rpm -ivh http://mirrors.aliyun.com/epel/epel-release-latest-7.noarch.rpm4、安裝基礎工具
[root@Webserver01 ~]# yum install -y net-tools vim lrzsz tree screen lsof tcpdump nc nmap5、關掉SELINUX
[root@Webserver01 ~]# vim /etc/sysconfig/selinux SELINUX=disabled6、更新并重啟
[root@Webserver01 ~]# yum update -y && reboot二、開始安裝LAMP組建
LAMP至少需要以下組建:
httpd (提供 Apache 主程序)
mysql (MySQL 客戶端程序)
mysql-server (MySQL 服務器程序)
php (PHP 主程序含給 apache 使用的模塊)
php-devel (PHP 的開發(fā)工具,這個與PHP 外掛的加速軟件有關)
php-mysql (提供給PHP 程序讀取 MySQL 資料庫的模塊)
可以用以下命令一次安裝;
[root@Webserver01 ~]# yum install httpd mysql mysql-server php php-mysql為了看的更詳細,我們一個一個安裝
1、利用yum命令安裝Apache
[root@Webserver01 ~]# yum -y install httpd啟動httpd并且設置為開機啟動
[root@Webserver01 ~]# systemctl start httpd.service [root@Webserver01 ~]# systemctl enable httpd.service輸入網(wǎng)址,查看測試頁
2、安裝Mariadb
利用yum命令進行安裝,并且配置開機啟動同樣還是利用yum命令進行安裝,并且配置開機啟動
[root@Webserver01 ~]# yum -y install mariadb-server mariadb [root@Webserver01 ~]# systemctl start mariadb.service [root@Webserver01 ~]# systemctl enable mariadb.service配置root密碼
[root@Webserver01 ~]# mysql_secure_installation 安裝過程中會有幾個選項,大家根據(jù)自己的需要進行配置就好了 Enter current password for root (enter for none):(輸入原始root密碼,若無enter) OK, successfully used password, moving on... Setting the root password ensures that nobody can log into the MariaDB root user without the proper authorisation. Set root password? [Y/n] (是否設置root密碼) New password: Re-enter new password: Password updated successfully! Reloading privilege tables.. ... Success! Remove anonymous users? [Y/n] (是否移除匿名用戶) ... Success! Disallow root login remotely? [Y/n] (是否禁止遠程root登陸) ... skipping. Remove test database and access to it? [Y/n] (是否刪除測試數(shù)據(jù)庫) Reload privilege tables now? [Y/n] (重新載入) ... Success! Cleaning up... All done! If you've completed all of the above steps, your MariaDB installation should now be secure. Thanks for using MariaDB!登錄數(shù)據(jù)庫測試一下
[root@Webserver01 ~]# mysql -u root -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 13 Server version: 5.5.52-MariaDB MariaDB Server Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | performance_schema | +--------------------+ 3 rows in set (0.00 sec) MariaDB [(none)]> exit Bye3、安裝PHP
[root@Webserver01 ~]# yum -y install php安裝所需組件
[root@Webserver01 ~]# yum -y install php-mysql php-gd php-ldap php-odbc php-pear php-xml php-xmlrpc php-mbstring php-snmp php-soap curl curl-devel啟動服務并設置開機自動啟動
[root@Webserver01 ~]# systemctl start httpd.service [root@Webserver01 ~]# systemctl enable httpd.service查看80端口和3306端口是否處于監(jiān)聽狀態(tài):
[root@Webserver01 ~]# netstat -ntlp測試php是否正常工作
編輯/etc/httpd/conf/httpd.conf文件,在DirectoryIndex后面填寫index.php,定義默認主頁為index.php
[root@Webserver01 ~]# vim /etc/httpd/conf/httpd.conf重載httpd配置文件
[root@Webserver01 ~]# systemctl reload httpd.service[root@Webserver01 ~]# vim /var/www/html/index.php制作默認主頁/var/www/html/index.php,編寫如下內容
重啟httpd服務
[root@Webserver01 ~]# systemctl restart httpd.service好了,該驗證最后是否成功了
打開網(wǎng)址 http://x.x.x.x/info.php 進行查看
看到這個頁面,我們就可以收工了,LAMP環(huán)境搭建結束!
另外有需要云服務器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。