Re: [nodejs] Node and developing on multiple machines

2012-06-24 Thread Magnus Skog (@ralphtheninja)
Excellent. This setup is pretty much exactly what I'm looking for. Thanks John! Also thanks to input from the rest of you guys. Cheers /Magnus Den söndagen den 24:e juni 2012 kl. 05:07:54 UTC+2 skrev John Fitzgerald: In more detail here's I do it; the application/project I'm working on is

Re: [nodejs] Node and developing on multiple machines

2012-06-23 Thread alFReD NSH
John, mark. Don't you guys have any problem with the latency? -- 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

Re: [nodejs] Node and developing on multiple machines

2012-06-23 Thread Ralphtheninja (Magnus Skog)
I've tried building up an environment on Dropbox, but it's not entirely reliable. Also, it's difficult with compiled binaries and having similar but not identical operating systems, e.g. ubuntu on machine A and linux minth on machine B etc. Den lördagen den 23:e juni 2012 kl. 00:00:25 UTC+2

Re: [nodejs] Node and developing on multiple machines

2012-06-23 Thread John Fitzgerald
In more detail here's I do it; the application/project I'm working on is always hosted on a cloud CentOS machine(s), that have the git/svn checkout locally, and will run the app there. I have some install scripts that setup everything the way I like it. When my client is Windows, I'll use Putty

[nodejs] Node and developing on multiple machines

2012-06-22 Thread Ralphtheninja (Magnus Skog)
Hi, It's very common that I use several machines while developing and those machines might also be in different locations. I have two machines at home and two machines at my moms etc. There might be more machines in the future. My problem is this. No matter where I am, I just want to sit down

Re: [nodejs] Node and developing on multiple machines

2012-06-22 Thread Elijah Insua
dropbox On Fri, Jun 22, 2012 at 2:52 PM, Ralphtheninja (Magnus Skog) lars.magnus.s...@gmail.com wrote: Hi, It's very common that I use several machines while developing and those machines might also be in different locations. I have two machines at home and two machines at my moms etc.

Re: [nodejs] Node and developing on multiple machines

2012-06-22 Thread Dan Milon
That wont work for binary modules. Is it such an overkill to just install global modules on the fly as you need them? on any computer. On 06/23/2012 01:00 AM, Elijah Insua wrote: dropbox On Fri, Jun 22, 2012 at 2:52 PM, Ralphtheninja (Magnus Skog) lars.magnus.s...@gmail.com

Re: [nodejs] Node and developing on multiple machines

2012-06-22 Thread Mark Hahn
For what it's worth, I have my only development environment on one server and I just remote into it from all the others. I literally see the same exact environment everywhere. On Fri, Jun 22, 2012 at 3:00 PM, Elijah Insua tmp...@gmail.com wrote: dropbox On Fri, Jun 22, 2012 at 2:52 PM,

Re: [nodejs] Node and developing on multiple machines

2012-06-22 Thread John Fitzgerald
I do the same as Mark, a few cloud servers that I remote into for development. I'm often jumping between a mix of several Win7/Centos/Ubuntu machines - to do remote development I use the following scenarios: 1. On either, ssh with console vim. 2. On linux, I'll do a fuse ssh filesystem mount and