安装Java8环境
安装nginx环境(同上操作)
部署jar,点击直接运行即可
部署前端
加入配置
server {
listen 8111;
location / {
root /usr/local/web/songshu/client;
index index.html index.htm;
}
location /images/ {
alias /usr/local/web/songshu/images/;
autoindex on;
}
}
将上面配置创建并编辑进xx.conf文件中,在nginx主配置文件http中include(引入)文件位置,如下图,保存返回并启动