modify tarball download url

This commit is contained in:
Ulric Qin 2020-10-08 19:54:40 +08:00
parent 9d509efe35
commit 3bdd0a7265
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ yum install -y mariadb* redis nginx
```shell script
mkdir -p /home/n9e
cd /home/n9e
wget http://116.85.64.82/n9e-3.0.0.tar.gz
tar zxvf n9e-3.0.0.tar.gz
wget http://116.85.64.82/n9e.tar.gz
tar zxvf n9e.tar.gz
```
3、初始化数据库这里假设使用root账号密码1234如果不是这个账号密码注意修改/home/n9e/etc/mysql.yml