BEWINDOWEB / automatically-install-LNMP-environment-in-debian-8-on-the-tencent-cloud

腾讯云debian8上自动搭建LNMP环境脚本(php7.0)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

automatically install LNMP environment in debian 8 on the tencent cloud

通过测试 主机需要腾讯云 系统需要debian8.2 64位 PHP7.0以上 nginx1.12以上 mysql5.6/5.7/8.0

一个在腾讯云Debian系统上自动搭建LNMP环境的脚本。
A script for automatically building LNMP environment on Tencent cloud Debian system.

在腾讯云广州服务器debian8.2(64位)运行良好
2018年6月30日测试,百度云苏州服务器debian 8.1.0 amd64(64位)系统同样可用,但由于网络链路不同,下载mysql的速度较慢

1. 如何使用?

  1. 首先在腾讯云服务器上安装debian 8.2(64位)
  2. 用FTP上传autoInstallLNMP.sh或者用wget的方式,把脚本文件传到服务器上:
wget "https://github.com/BEWINDOWEB/automatically-install-LNMP-environment-in-debian-8-on-the-tencent-cloud/archive/master.zip"
  1. 运行脚本
chmod 755 autoInstallLNMP.sh
./autoInstallLNMP.sh
  1. 在运行过程中,你可以选择mysql-server的版本 5.6/5.7/8.0 , 推荐使用5.6版本,默认是最新版本8.0
  2. 在运行过程中,你需要设置mysql-server的登录密码

2. 我怎么知道我安装成功了?

  1. 如果你顺利安装,它会提示:"Finished! Please Input your IP address in the browser,and then you can see the result."
  2. 你可以在浏览器地址栏输入ip地址,预期应该能看到如下页面:
==========================================
information
nginx,php7.0,php-fpm:OK
mysql: You need to test it by yourself :)
==========================================
What i have done except installing nginx,php,php-fpm,mysql?
1) add source package: check it at /etc/apt/sources.list and /etc/apt/sources.list.d/tencent.list
2) add nginx configure file:check it at /etc/nginx/sites-enabled/bewindoweb_test.conf
3) add test phpfile:check it at /tmp/testweb/index.php
==========================================
you can follow me on
personal website and github

3.其他

欢迎提交issues,个人网站www.bewindoweb.com 或者 www.bewindoweb.cn

1. HOW TO USE?

  1. be sure you have installed the debian 8.2(64 bit) on the tencent cloud server
  2. upload the autoInstallLNMP.sh to the server by ftp OR use
wget "https://github.com/BEWINDOWEB/automatically-install-LNMP-environment-in-debian-8-on-the-tencent-cloud.git"
  1. run the shell
chmod 755 autoInstallLNMP.sh
./autoInstallLNMP.sh
  1. during running the shell, you can choose mysql-server version 5.6/5.7/8.0 , ver5.6 is recommended, ver8.0 is the newest and default option
  2. during running the shell, you have to set your mysql-server password

2. HOW CAN I KOWN THAT I HAVE INSTALLED LNMP SUCCESSFULLY?

  1. if the installation is smooth, it will show "Finished! Please Input your IP address in the browser,and then you can see the result."
  2. you can input our IP address in the browser ,and you may see:
==========================================
information
nginx,php7.0,php-fpm:OK
mysql: You need to test it by yourself :)
==========================================
What i have done except installing nginx,php,php-fpm,mysql?
1) add source package: check it at /etc/apt/sources.list and /etc/apt/sources.list.d/tencent.list
2) add nginx configure file:check it at /etc/nginx/sites-enabled/bewindoweb_test.conf
3) add test phpfile:check it at /tmp/testweb/index.php
==========================================
you can follow me on
personal website and github

3.at last

welcome to propose issues, and forgive me for poor English, my website is www.bewindoweb.com or www.bewindoweb.cn

About

腾讯云debian8上自动搭建LNMP环境脚本(php7.0)

License:MIT License


Languages

Language:Shell 100.0%