if you install vagrant on the linux machine, and from windows you ssh there, you can run all the commands over the ssh window.
As most of the VM/setup are head-less, and the end result is either a port shared on the host, or a new ip in the network, then you should be able to access anything you want like http://linux/ http://linux:port/ or http://new_ip_for_project_a that is the basic high level explanation, and I use the system in this way. Do you need any assistance on start using vagrant, or questions? Sorry if I went too basic, but I couldn't get much from your post. Alvaro. On Fri, Jun 6, 2014 at 7:46 PM, Samuel Schneider <[email protected]> wrote: > I want use Linux for all the nice stuff like vagrant, yeoman, grunt...etc. > But: I work on a windows machine. > So my configuration is a hardware-based linux system and my notebook with > win7. > I wouldn't like install vagrant on my notebook. All develop stuff should > just work on the linux host. > So I only use PHPStorm on windows, while all other things runnig under > linux. > > (I know nfs, samba etc. But how to intergrate this configuration in > vagrant?) > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
