I know Capistrano can deploy other things -- it doesn't have to be
Rails apps. But a tool written in Python would lower the dependencies
we have to maintain in house, and know.
Thanks,
Rob
http://pythonpaste.org/deploy/
--Nick
I looked at it, but decided to roll my own tools for now.
--Nick
http://code.djangoproject.com/ticket/1212
http://code.djangoproject.com/ticket/1214
There's also Django Paste that I found:
http://pythonpaste.org/djangopaste/
Which doesn't appear to be up to date since it references those two
tickets as outstanding when they've been closed since around Jan/Feb
2006.
Paste looks more like a framework to combine multiple web frameworks
than a deployment tool, or am I missing something here?
Googling Django and Paste shows a lot of people excited about it. So
there must be something cool about it, right? :)
hi... could you tell us what kind of tools did you write?
because i'm also at a similar situation,
and planning to write some python scripts to do something like:
1. checkout a specific version of the source code on the webserver from svn
2. adjust some symlinks
3. restart stuff
4. etc :)
did you find some usable libraries?
or just executed 'ssh bla' calls?
or did you do something completely different?
gabor