[nodejs] Re: How i can deploy nodejs in vps

2013-08-26 Thread Michael Pisarski
I use forever and have not had any issues. On Sunday, August 25, 2013 4:57:10 AM UTC-4, Fernando Segura Gòmez wrote: Hi. I need help, im very newbie about how deploy my nodejs app in production,i have always worked in localhost, but i dont know how i can deploy an app and run always, when

Re: [nodejs] - Github Followers Thread

2012-06-02 Thread Michael Pisarski
https://github.com/mspisars cheers... On Friday, May 27, 2011 10:02:03 PM UTC-4, Marak Squires wrote: Hello Internet Friends - It's been a while since we did one of these so I thought I'd try it out. Rules are simple: Post your Github Handle and I will follow it. Feel free to follow

[nodejs] Re: Windows MSI build failure!

2012-06-01 Thread Michael Pisarski
I am running into an issue with building the MSI right at the end: Generating code Finished generating code node.vcxproj - C:\Users\mspisars\dev\node\Release\node.exe SignTool Error: No certificates were found that met all the given criteria. C:\Users\mspisars\dev\node\npm.wxs(380):

[nodejs] Re: Windows MSI build failure!

2012-06-01 Thread Michael Pisarski
Since i am testing i don't need to have it signed. Passing in nosign to .\vcbuild.bat release nosign msi gets rid of the issue. Michael On Friday, June 1, 2012 1:01:23 PM UTC-4, Michael Pisarski wrote: I am running into an issue with building the MSI right at the end: Generating code