Skip to content

qiudaoermu/node-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

NodeJs, zip 文件上传服务,可用于在服务区部署前端包 🐶🐶

$ npm install

启动 $ pm2 start app.js--watch or node app.js

停止 $ pm2 stop app.js

settings.js: {
  unzipPath: '/usr/nginx/html' //文件解压路径
}