You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
uuWAF/docs/guide/install.md

37 lines
1.2 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 快速安装
南墙支持一键全自动安装,全程无需人工干预,给你带来极致体验 。
## :hotsprings: 配置要求 <!-- {docsify-ignore} -->
?> 南墙对配置要求极低,详细如下:
```
- 处理器64位 1千兆赫(GHz)或更快。
- 内存大于1G
- 磁盘空间大于16G
- 系统CentOS Linux 7 x86_64
```
!> 注意CentOS系统的时区请选择中国时区GMT+8否则WAF管理后台会出现时间显示问题。
## :rocket: 一键安装 <!-- {docsify-ignore} -->
?> 南墙安装及其简便,通常在几分钟内即可安装完毕,具体耗时视网络下载情况而定。
!> 注意请尽量选择一台纯净CentOS Linux 7 x86_64环境的服务器安装因为安装过程会卸载旧的MySQL数据库并重新安装如果没有备份可造成旧的MySQL数据丢失。
bash环境下执行如下命令
```bash
wget https://waf.uusec.com/waf-install && chmod +x waf-install && ./waf-install
```
?> 安装成功后会显示 “ 恭喜您,安装完成!”
!> 注意:安装完成后请第一时间修改/uuwaf/web/conf/conf.yaml文件中的jwtKey登录认证加密密钥然后执行如下命令使配置生效。
```bash
/uuwaf/waf-service -s restart
```