...
You can launch the application from the destination environment by bring up the start.html file and passing the controller parameter. For example: http://localhost/start.html?controller=myscript.php. The example assumes that the myscript.php controller is located in the same directory as the start.html fiefile.
You may choose to rename the start.html file to something else and hard-code the controller inside the HTML code. For example, if you rename start.html to index.html and change the code as illustrated below, you will be able to launch the application simply using http://localhost.
...