wvp-GB28181-pro/arm工控机配置文件/README.md

30 lines
623 B
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.

### Nginx配置
> 端口检查sudo netstat -ap | grep 80
#### 相关路径
安装路径:`/usr/loca/nginx`
配置文件路径: `/usr/local/nginx/conf/nginx.conf`
### Java配置
>版本查看 java -version
#### 相关路径
> jdk1.8
安装路径: `/usr/local/java`
### Redis配置
> 使用默认配置
> 端口检查sudo netstat -ap | grep 80
### 相关路径
安装位置:`/usr/local/redis`
启动systemctl restart redis_6379.service
### Mysql配置
> 数据库密码统一为ylcx888888db*
#### arm下安装配置教程
[mysql5.7教程链接](https://www.cnblogs.com/springsnow/p/12206227.html)