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 then use vim/sublime text. 3. On windows, I do an ssh tunnel & samba mount to local drive, then vim/sublime text. Whatever I'm working on is either tunneled to a local port to access via browser, or behind http auth. On Fri, Jun 22, 2012 at 3:07 PM, Mark Hahn <[email protected]> wrote: > 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 <[email protected]> wrote: > >> dropbox >> >> >> On Fri, Jun 22, 2012 at 2:52 PM, Ralphtheninja (Magnus Skog) < >> [email protected]> 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. There might be more machines in the >>> future. My problem is this. No matter where I am, I just want to sit down >>> and code and not care about what modules I have installed and where. If I'm >>> visiting my mom some day I might find this uber cool module and install it >>> globally with npm on that machine. When I get back home I'd like to sync my >>> global modules on my other machines, instead of having to remember that I >>> installed module X on machine Y. Do you have any recommendations? >>> >>> Thanks >>> /Magnus >>> >>> -- >>> 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 >>> >> >> -- >> 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 >> > > -- > 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 > -- John R. Fitzgerald -- 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
