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.
Your setup sounds ok. You might need to give your virtual machine more resources however if your experiencing speed problems. That or move your server to a separate physical machine.