Skip to content

zzxworld/deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deploy

基于 fabric 的服务器部署框架。

依赖:

  • 服务器系统 Debian 8
  • 本地系统有 Python 环境,并安装了 fabric

使用

  1. 基于默认 fabfile.py 文件的使用:

     fab -H 127.0.0.1 --port=2222 -u vagrant -p vagrant system_update
    
  2. (推荐) 自定义配置文件,如: fabfile-vagrant.py:

     fab -f fabfile-vagrant.py system_update
    

About

常用的开发工具安装脚本

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published