I am creating a php application for small business. Some of the clients may prefer to run the application on the local server, so my requirement is to create / link the application with apache / mysql / php with all the necessary configuration and one click on the executable file (be it a batch file), so when the user opens it, it starts the apache server on some port, they say localhost: 1234 and mysql.
and opens the application in the default web browser.
To be more precise, Im looking for something like http://www.simpleinvoices.org/go , check your simple Windows invoices that come up using apache / php / MySQL.
PS - I'm not sure if this question should be in SO or Superuser.
source
share