A
A
Andrey Berezhnoy2015-07-05 21:39:57
phpstorm
Andrey Berezhnoy, 2015-07-05 21:39:57

How to implement a remote environment for PhpStorm?

How can I implement a remote environment for PhpStorm?
More:
I work on Windows, but I would like the web server and the entire working environment to be hosted on the VDS (Linux) from the provider or locally (vbox, vmware, hyper-v). Those. so that when editing files in PhpStorm, all changes are in real time (transparently) while you work.
I thought about running some kind of Linux distribution on a virtual machine and working in it, but there are some minor inconveniences.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
matperez, 2015-07-06
@AndreyBerezhnoy

Check out Vagrant support https://confluence.jetbrains.com/display/PhpStorm/...
www.youtube.com/watch?v=f7Kss62DHhw
The project folder becomes shared between your localhost and the VM. The editing itself takes place locally, the virtual machine is only used as a runtime for your code.

K
kompi, 2015-07-05
@kompi

What is the inconvenience of a virtual machine if the folder can be shared between the host and the guest?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question