Hi, Would do you recommend when deploying nodejs apps? Do you use PAAS (nodejitsu, no.de etc) ? Do you use git push based deployment tools? If so do you use ruby Capistrano or maybe @substack's https://github.com/substack/fleet ? How do you handle dependencies? Do you check node modules into git and deploying it together? Do you use npm shrinkwrap? Do you tar your apps and deploy those tars? How do you handle binary modules? I try to work out some deployment workflow and think that using npm shrinkwrap and build server which npm installs, tar my app and then deploy that tar to bunch of servers is way to go, but I'm not sure how to handle case when I use binary modules, in that case should I run my build server on the same os as my target servers (in that case it would be smartos) ?
Cheers, Tadek -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" 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/nodejs?hl=en?hl=en
