shadowsocks-panel 环境+程序 完全教程



本视频为 https://github.com/sendya/shadowsocks-panel 程序的安装教程。

本教程为刚安装完毕的 CentOS7 x64 为基础,从头开始安装 NGINX + MySQL + PHP7 并且 安装面板程序,包括开放 Firewall 防火墙 5000~9999 范围端口,NGINX 端口 80, 443, MySQL 外网端口 3306 (建议 MySQL 端口修改掉默认端口)。

————————————-
备注:
vim 使用命令
按 INSERT 或 i 键 进入插入(编辑)模式
按 ESC 退出编辑模式
在 ESC 状态下 按下 :(冒号) 键,并且输入 wq 即可退出 vim 并保存修改的内容。

————————————
命令:

curl -o cnmp.sh https://gist.githubusercontent.com/sendya/38142d682144f7e658ea203c5ca694fd/raw/f0bb5ce7fe713b72ed2ea883f608113bd697a78a/cnmp.sh && bash cnmp.sh .

27 comments
  1. 重装了好几次都是出现这个错误是怎么回事,
    Replaced:
    mariadb-libs.x86_64 1:5.5.52-1.el7

    Complete!
    Creating /data…
    Enabling services…
    Created symlink from /etc/systemd/system/multi-user.target.wants/nginx.service to /usr/lib/systemd/system/nginx.service.
    Created symlink from /etc/systemd/system/multi-user.target.wants/php-fpm.service to /usr/lib/systemd/system/php-fpm.service.
    Starting services…
    Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details.

  2. 大佬,换了几个服务器也反反复复重新装系统(CentOS7 x64 )跟着你的节奏去!折腾了几天,都是450~450要疯了我,跪求该怎么解决~!

Comments are closed.