Vyacheslav Akhmechet <[email protected]> writes:

> On Sun, Mar 15, 2009 at 9:38 AM, Ian Eslick <[email protected]> wrote:
>> So what facilities in other languages/frameworks are the most helpful,
>> is it a lack of tools or something more fundamental that makes lisp
>> hard?
> I don't think deployment is any easier in other
> frameworks/languages/etc. This was always a pain point with pretty
> much every piece of software I ever wrote. I want to squeeze more than
> usual out of Lisp, so there are unusual problems (like live patching,
> etc).
>

Ruby has a pretty good deployment solution in capistrano [1].  It
provides a set of make-like commands which log into your server through
ssh, checkout the latest from your version-control system, and then
restart your server.  If anything goes wrong along the way it will
rollback to the previous version of your code.

This wouldn't handle external dependencies unless you somehow stuffed
them into your version control.

Since capistrano is basically just a remote make tool, it could be used
for weblocks applications (I imagine).

[1] http://www.capify.org/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to