A deploy tool for CentOS, based on fabric. for new version,you should use cabric


Keywords
fabric, fabez, cabric
License
MIT
Install
pip install fabez==0.8.33

Documentation

Cabric

A deploy tool for Centos, based on Fabric.

Fabez (old package)

NOTE

This project moved to https://github.com/nextoa/cabric permanently

Quick Start

Chinese Version

FAQ

Chinese Version

Install

sudo pip install cabric

Create New Project

cabric init

Release Note

  • 0.2.x
    • support cloud feature
      • currently,we only support qingcloud
      • support create router
      • support create pubkey
      • support create lan
      • support create internet
      • support create instance
      • support create part-time instance
  • 0.1.x

    • support create tornado app easily,depends on bree

    • support mongo shard feature

    • support local web operation,like django's manage.py collectstatic

    • support supervisor

    • support statsd

    • support send release-note use mail

    • support smtp server

    • support php

    • support more config type

    • improve install python lxml

    • support tengine

    • support nginx

    • support python3,pypy

    • support python complex package.e.g:pillow

    • support redis

    • support mongodb

    • support mysql

    • core feature
      • add user
      • git clone/git pull code
      • upload private | public key
      • ...