Asuka
Asuka is a deployment system for Python web apps using GitHub and AWS.
Install / Use
/learn @crosspop/AsukaREADME
アスカ
Asuka is a deploy system for Python web apps and it is intended to be
designed to highly depend on Distribute_ (a modern fork of setuptools_),
GitHub_, and Amazon Web Services_.
http://crosspop.github.com/asuka/
.. _Distribute: http://pypi.python.org/pypi/distribute .. _setuptools: http://pypi.python.org/pypi/setuptools .. _GitHub: https://github.com/ .. _Amazon Web Services: http://aws.amazon.com/
Motivation
The main reason why we started to make this is to move fast we should be able
to easily deploy web apps without much risks. For this we're highly inspired
by GitHub's internal deploy system__.
Here's the list of missions we target:
-
Every feature (every branch) should be deployed to the testing server (EC2_ instance) with isolated state for each other. It makes features able to be independently verified by collaborators.
-
If a feature seems to have no problem it should be able to merge into the upstream (master). Fortunately GitHub has made it very easy: pull requests.
-
Every deploy should be able to anytime be rolled back including database schema, in a minute at least.
.. _EC2: http://aws.amazon.com/ec2/ __ https://github.com/blog/1241-deploying-at-github
