#pragma section-numbers off [[TableOfContents]] = 概要 = = 公式サイト = * [http://docs.fabfile.org/en/1.4.0/index.html Fabric — Fabric 1.4 documentation] = 解説 = * [http://tav.espians.com/fabric-python-with-cleaner-api-and-parallel-deployment-support.html Tav's Blog » Fabric Python with Cleaner API and Parallel Deployment] = buildout = == 解説 == * [http://plone.org/products/collective.hostout collective.hostout — Plone CMS: Open Source Content Management] == 関連レシピ == * [http://pypi.python.org/pypi/collective.hostout collective.hostout 1.0a5 : Python Package Index] * [http://pypi.python.org/pypi/praekelt.recipe.deploy praekelt.recipe.deploy 0.1.3 : Python Package Index] * [http://pypi.python.org/pypi/jarn.mkrelease jarn.mkrelease 3.5 : Python Package Index] == 利用サンプル == * [https://github.com/praekelt/fabric-buildout-deploy praekelt/fabric-buildout-deploy · GitHub] = サンプル等 = * https://gist.github.com/158177 * https://github.com/samuelclay/NewsBlur/blob/master/fabfile.py * https://bitbucket.org/sjl/hg-review/src = 関連 = * [http://pypi.python.org/pypi/shovel shovel 0.1.9 : Python Package Index] * [https://github.com/sebastien/cuisine sebastien/cuisine · GitHub] = Python 3 = [https://gist.github.com/mok0/99b51e95ceeb4f3fd28b fabric-python3.md · GitHub] = 参考サイト = * [http://www.ianlewis.org/jp/fabric-pythonic Fabric デプロイツールのPythonicな書き方 - Ian Lewis] * [http://tav.espians.com/fabric-python-with-cleaner-api-and-parallel-deployment-support.html Tav's Blog » Fabric Python with Cleaner API and Parallel Deployment] * [http://peta.okechan.net/blog/archives/863 日曜研究室 » Fabricでサーバーの初期設定を自動化する] * [http://d.hatena.ne.jp/feiz/20110915/1316107432 fabfileの構造化 - logiqboard] * [http://www.slideshare.net/shiumachi/pyfes-20130727-fabric Fabric + Amazon EC2で快適サポート生活] ---- CategoryPython