I started playing with dotCloud (the less opinionated App Engine), so figured I would take CherryPy for a test ride!
Wanted to have a hands on understanding of how infrastructure does things at work:
- compile openssl
- compile python 2.7 with ssl support
- compile git
- install easy_install
- easy_install pip
- pip dotcloud
- create a bare repository
- git add remote ...
- ...
Eventually put together a post-receive hook that checks out the bare repository into a working tree which can then be dotCloud pushed.
There are simpler way to work around ssh port limitation (corporate IT sucks) but they don't teach you as much :D
blog comments powered by Disqus


