PHPStorm Development Testing with SSH or Github?

Vagrant works out perfectly for me, I can start and stop it in phpstorm and my configuration (20 lines) makes it totally independable on my computer (mac, windows). So when I do not code, no database is running in the background. This is awesome.

There's no official repository (ubuntu, red hat) for php which is kind of suprising.
 
Vagrant works out perfectly for me, I can start and stop it in phpstorm and my configuration (20 lines) makes it totally independable on my computer (mac, windows). So when I do not code, no database is running in the background. This is awesome.

There's no official repository (ubuntu, red hat) for php which is kind of suprising.

It's not that hard to install though :)
 
True but what is easier than this simple line to install a webserver, php along with mysql access:
apt-get install nginx php5-cli mysql-client

PHP 7 is really faster so maybe I go back to manually configure and make the php build. Currently Vagrant is three times faster then the bitnami installation, so I am happy.
 
Back
Top Bottom