Metadata-Version: 2.0
Name: fabdeb
Version: 0.3.1.1
Summary: Fabfile solutions for Debian Linux
Home-page: https://github.com/liminspace/fabdeb
Author: Igor Melnyk
Author-email: liminspace@gmail.com
License: MIT
Keywords: fabric,tools,tool,deloy,devops
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License

# 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


