D web/server app hosting

Jacob Carlborg doob at me.com
Tue Aug 6 08:13:33 PDT 2013


On 2013-08-06 16:15, Nick Sabalausky wrote:

> ATM, just manually, which is definitely *not* what I would recommend.
> I've been meaning to improve my updating/deployment process in that
> area.

In the Ruby on Rails world Capistrano is used. It should work for D as 
well. The basic idea of it is:

"Capistrano is a utility and framework for executing commands in 
parallel on multiple remote machines, via SSH."

But it uses Ruby so I guess nobody here will like it:

https://github.com/capistrano/capistrano

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list