Author |
Message |
GasGiant
Joined: 15 Oct 2008 Posts: 4
|
Posted: Wed Oct 15, 2008 6:57 pm Post subject: PHP app plus server |
|
|
Would this work for delivering a WAMP with encoded app installed? |
|
Back to top |
|
 |
liaison ionCube Support
Joined: 16 Dec 2004 Posts: 2788
|
Posted: Thu Oct 16, 2008 12:40 am Post subject: |
|
|
It's not going to be able to install apache, php and mysql as the installer generally runs remotely and would not be able to do that over FTP. However it will install the encoded files and handle other tasks. _________________ Community Admin |
|
Back to top |
|
 |
GasGiant
Joined: 15 Oct 2008 Posts: 4
|
Posted: Thu Oct 16, 2008 8:55 pm Post subject: |
|
|
Hmm. Won't it make local installers? My apps come in both web and Intranet versions. I will have some customers who either don't have an internal web server running or would want to run my app on a separate machine. It is currently a two-step process: they download and install a WAMP of some stripe and then I RDP in and install the app. I figured if they are standing at the console to install a WAMP, then I might as well slip my app into the install.
The package maker is sweet, but dropping a while new web server and app install in one hit... Sweeter. I already have a complete install on a thumb drive that you can just plug in and two clicks puts your web server and app online Cool for about ten users. |
|
Back to top |
|
 |
liaison ionCube Support
Joined: 16 Dec 2004 Posts: 2788
|
Posted: Fri Oct 17, 2008 12:27 pm Post subject: |
|
|
It can also make local installers but not ones that will install MySQL, PHP and other basic infrastructure components that should be present already. To tackle that task a native Windows installer tool such as Innosetup would be a better fit. _________________ Community Admin |
|
Back to top |
|
 |
GasGiant
Joined: 15 Oct 2008 Posts: 4
|
Posted: Fri Oct 17, 2008 10:06 pm Post subject: |
|
|
Cool. Thanks. |
|
Back to top |
|
 |
|