RSSAmplifier

Blog

Webgeist.dev

Welcome traveler

webgeist.devRSS feed ↗2 posts

Latest posts

Welcome to webgeist.dev

It is time for something new … Once in a while you feel you need something new. So here it is. I just migrated the content over from my old domain. So I have something to start with. It is not finished, since my projects don’t have a place here yet. But you can see most of them on my GitHub account.

Deploying a node application using capistrano

This is a guide to deploy a node application using the well known Capistrano gem with a bit of help of the capistrano-node-deploy gem. This guide uses ruby to deploy your node.js application. So I assume that you have both ruby and bundler (a package manager similar to npm) installed. I also provide some feedback at the end, why I used ruby and not JavaScript for deployment.