I created a PHP application with Zend Framework that I would only ever like to run locally with an XAMPP installation.
I’ve never coded in anything but PHP, so I would like to know what technologies are involved in creating this functionality:
- User double-clicks a desktop icon.
- XAMPP starts
- Apache and MySQL start.
- Browser opens pointed to “localhost”
What technologies do I need to learn in order to accomplish this?
Unless you want to do this with a custom written application as @rlemon recommends, you should be able to do it with a batch file. It’s the Windows version of script files.
Resources/hints to give you some ideas:
startcommand (Runningstart http://localhostin the batch file should work to open the web browser)