Skip to content

Latest commit

 

History

History
executable file
·
18 lines (17 loc) · 339 Bytes

README.md

File metadata and controls

executable file
·
18 lines (17 loc) · 339 Bytes

博客

前端

  • Vue + Webpack + Element

后端

  • Go + Beego + Mysql + Redis

🔨使用

git clone https://github.com/YYL1999/go_be.git

部署

后端

  1. 打包 bee pack -be GOOS=linux
  2. 上传服务器 scp -r ...
  3. 开放权限 sudo chmod -R 777 ...
  4. 启动 nohup ./go_demo &