Setting up a (web) development environment

Posted by mnml on Stack Overflow See other posts from Stack Overflow or by mnml
Published on 2010-06-18T08:11:43Z Indexed on 2010/06/18 8:23 UTC
Read the original article Hit count: 304

Hi, I would like to know how I can improve my development environment.

At the moment:

  • I'm using Netbeans as my IDE.
  • My local Dev server runs on a RHEL5 VirtualMachine similar to my production server.
  • My Netbeans project is editing the VM files via ssh (I have mounted the server as a local drive)

But:

  • It's slow
  • Files can disapear ( netbeans delete them ? )
  • I can't use git on it because it's slow.

The idea would be to be able to have a shared filesytem between the guest os and the host os.

© Stack Overflow or respective owner

Related posts about php

Related posts about web-development