Deploy NodeJS project with Capistrano

Install Capistrano You need to have ruby and gem installed in order to install capistrano. $ gem install capistrano $ gem install capistrano-ext Server We need to configure the destination server in order to deploy our application. Create a deploy user The first step is to create this user :...