php - To which doctrine2 script do I point Netbeans if my webserver is remote? - using Symfony2 -
can give me hint?
my environment is:
- i developing on windows 7 machine running netbeans ide 7.2
- i using (headless) ubuntu 12.04 web- , databaseserver on home network
- i have started using php / symfony2 , struggling complete setup of environment
- i have installed php engine on windows machine in order php interpreter don't want maintain webserver on machine too.
now want tell netbeans doctrine2 script exploit doctrine ide support in netbeans. doctrine not installed on development machine, cannot find doctrine2 script.
what options?
this kind of hint, since i'm used working virtual linux installation:
- provide shared folder on windows machine
- mount shared folder on ubuntu machine
- use shared folder apache document root example
now can work files on local machine, , server able pull files serverside stuff.
might work vice versa, sharing webroot, or whatever directory doctrine in, shared folder, netbeans on windows machine can pull via network.
Comments
Post a Comment