LNMP一鍵安裝

# yum -y install wget# 要確保yum能正常安裝的,因為安裝LNMP需要用到yum。

# wget http://soft.vpser.net/lnmp/lnmp1.3-full.tar.gz

# tar xf lnmp1.3-full.tar.gz

# cd lnmp1.3-full

# ./install.sh [lnmp]# 需要聯網

LNMP一鍵安裝

--------------------------------------------------------------------

+------------------------------------------------------------------------+

| LNMP V1.3 for CentOS Linux Server, Written by Licess |

+------------------------------------------------------------------------+| A tool to auto-compile & install LNMP/LNMPA/LAMP on Linux |

+------------------------------------------------------------------------+

| For more information please visit http://www.lnmp.org |

+------------------------------------------------------------------------+

Please setup root password of MySQL.(Default password: root)

Please enter:

MySQL root password: root

===========================

Do you want to enable or disable the InnoDB Storage Engine?Default enable,Enter your choice [Y/n]:

No input,The InnoDB Storage Engine will enable.

===========================

You have 5 options for your DataBase install.

1: Install MySQL 5.1.73

2: Install MySQL 5.5.48 (Default)

3: Install MySQL 5.6.29

4: Install MariaDB 5.5.48

5: Install MariaDB 10.0.23

6: Install MySQL 5.7.11Enter your choice (1, 2, 3, 4, 5 or 6):

No input,You will install MySQL 5.5.48

===========================

You have 6 options for your PHP install.

1: Install PHP 5.2.17

2: Install PHP 5.3.29

3: Install PHP 5.4.45 (Default)

4: Install PHP 5.5.36

5: Install PHP 5.6.22

6: Install PHP 7.0.7

Enter your choice (1, 2, 3, 4, 5 or 6):

No input,You will install PHP 5.4.45

===========================You have 3 options for your Memory Allocator install.

1: Don't install Memory Allocator. (Default)

2: Install Jemalloc

3: Install TCMalloc

Enter your choice (1, 2 or 3):

No input,You will not install Memory Allocator.

Press any key to install...or Press Ctrl+c to cancel

--------------------------------------------------------------------


分享到:


相關文章: