Metadata-Version: 2.0
Name: fabdeb
Version: 0.2.10
Summary: Fabfile solutions for Debian Linux
Home-page: https://github.com/liminspace/fabdeb
Author: liminspace
Author-email: liminspace@gmail.com
License: BSD
Platform: UNKNOWN
Requires: fabric

# fabdeb

Fabfile solutions for Debian Linux


## Running prepare web sever

Add to your fabfile.py:

    import fabfile

and you can run fabdeb.prepare_server command:

    # fab fabdeb.prepare_server


