Hi,
Basically I have two applications:
- a PHP web application that runs over Apache and Mysql
- a ruby application that has been built with gem dependencies
What I would like to be able to create is a self extracting archive; once all the files have been extracted into any directory, my users can just click two bat files:
- the first one configures and runs Apache and Mysql + deploy my PHP application
- the second one runs my ruby application
Is it possible to do that? if yes, how?