buildout
概要
公式サイト
https://github.com/buildout/buildout
インストール
mkdir work
cd work
curl -O "https://raw.githubusercontent.com/buildout/buildout/master/bootstrap/bootstrap.py"
python bootstrap.py init
「buildout.cfg」を編集
bin/buildout
プラグイン
設定
[ -d ~/.buildout ] || mkdir ~/.buildout [ -d ~/var/eggs ] || mkdir ~/var/eggs
~/.buildout/default.cfg
[buildout]
newest = false
eggs-directory = $HOME/var/eggs
利用方法
環境構築
デプロイ
- https://github.com/kenn/sunzi
- PYPI を使わないでデプロイする方法 - Ian Lewis- saltstack/salt · GitHub
- Sunzi で sudo を使えるようにするラッパーを作った - Heavens hell- Tav's Blog » Fabric Python with Cleaner API and Parallel Deployment
virtualenv
pip
- Using pip with buildout -- yergler.net- PIP requirements.txt and setup.py - cburgmer's posterous
- SetupFixer 0.1.0 : Python Package Index
