Setting up a (web) development environment
- by mnml
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.