uuWAF/docs/guide/install.md

31 lines
1.2 KiB
Markdown
Raw Blame History

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.

# 快速安装
南墙支持一键全自动安装(**Ubuntu或Debian系统请加官方群获取Docker版**),全程无需人工干预,给你带来极致体验 。
## :hotsprings: 配置要求 <!-- {docsify-ignore} -->
?> 南墙对配置要求极低,详细如下:
```
- 处理器64位 1千兆赫(GHz)或更快。
- 内存不小于1G
- 磁盘空间不小于16G
- 系统RedHat 7及以上相关兼容x86_64系统如CentOS 7、AlmaLinux、Anolis、Oracle、Rocky Linux等其它请加官方群获取Docker版。
```
## :rocket: 一键安装 <!-- {docsify-ignore} -->
?> 南墙安装及其简便,通常在几分钟内即可安装完毕,具体耗时视网络下载情况而定。
!> 注意请尽量选择一台纯净Linux x86_64环境的服务器安装因为安装过程会卸载旧的MySQL数据库并重新安装如果没有备份可造成旧的MySQL数据丢失并且南墙采用云WAF反向代理模式默认需要使用80、443端口。
bash环境下执行如下命令
```bash
sudo yum install -y ca-certificates
sudo wget https://waf.uusec.com/waf-install && chmod +x waf-install && ./waf-install && rm -f ./waf-install
```
?> 安装成功后会显示 “ 恭喜您,安装成功!”