I'm creating a script that'll work on a Lighttpd, PHP5 and MySql5. The point is, it must be full-offline script installed and configured with all the requirements by one installer. It's a bit modified wiki thing. How to do a such thing?
Asked
Active
Viewed 101 times
-1
-
So have you done anything so far, if so can you post the code? – meder omuraliev Nov 13 '09 at 17:34
-
no, just asking for possible solutions – FLamparski Nov 15 '09 at 09:10
2 Answers
0
Do you want to install a whole installation of Lighty, PHP + Mysql or are you just trying to get something installed in a preconfigured environment?
I'd package it up as a VM if you need to install everything

Ben Sykes
- 56
- 4
0
I recommend you the NSIS install system and look for examples like this: MySQL Silent Install.

andrepf
- 1