【云豹直播】搭建⽂档23/01/04
⼀ 、搭建前期准备
注:
操作系统CentOS7.0以上 64位
需要开通端⼝:22 80 3306 6379 19967 ftp:有则开(21,20000/30000)
① 安装必要软件
yum install -y zip unzip wget curl git vim zsh nano screen
② 安装oh my zsh(有助于补全和选择⽬录)
⼆、搭建LNMP环境
wget http://mirrors.linuxeye.com/oneinstack-full.tar.gz
tar xzvf oneinstack-full.tar.gz
cd oneinstack
./install.sh
安装选项选择
1.设置SSH端口(默认22),回车即可
Do you want to enable iptables? [y/n]: n
2.然后选择是否安装 web,输入y
3.输入 1 安装 nginx
4.输入 3 不安装Apache
1
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/mas
ter/tools/install.sh -O -)"
1
1
2
3
4
5
6
7
1
2
3
4
5
6
7
8
9