How to specify a Run Configuration to DEPLOY and RUN on LOCAL Web Server supporting PHP (like apache)
HelloWorld.php file
<?php |
ABOUT DEBUGGING REMOTELY -theortically it is possible, but, requires ports to be open on the remote server to handle this and XDebug to be installed on the remote server and the php.ini file have the added block to it: (and of course the url to the xdebug will be specific to the location of the installed XDebug).
Unfortunately as it is a shared production machine used by many students our campus servers do NOT have the capability.
If your remote server does have the above done you can NEXT - Create Debug run instanceGo to Run->Edit Configurations & select + to add a new configuration and select PHP Remote Debugspecial note: Make sure that PHPStorm is the only JetBrains IDE up (sometimes there can be a conflict with ports) and that you have your Apache server running and listening on port 80
|