![]() |
romaldus 1/23/2017 |
Hi at all, wondering if there are any "best practises" on how to get a solution to the customer who is installing "on premises". Currently it´s a multistep thing not usable for the normal user:
|
![]() |
mbintex author 1/24/2017 |
There are many tools and scripts to automate php apps deployment
|
W
|
wehaye 1/24/2017 |
For all requirement application, like webserver (apache), database (mysql/mariadb), you choose a zip package, not installer (exe or msi) package. |
![]() |
mbintex author 1/25/2017 |
For all requirement application, like webserver (apache), database (mysql/mariadb), you choose a zip package, not installer (exe or msi) package. Then you can use "Inno Setup" or "NSIS" to create a installer to distribute them.
|
W
|
wehaye 1/25/2017 |
I have already said that you choose the zip package. |
![]() |
mbintex author 1/25/2017 |
I have already said that you choose the zip package. Before you distribute, you must first open the zip package mysql that you downloaded, and then run the service mysql database on your machine, and make the necessary advance. Then copy all mysql root folder. That way you will distribute all the settings mysql database (including tables, user, triggers, etc.) and does not need to import the sql file or set any setting.
|
W
|
wehaye 1/25/2017 |
Searching.. Try.. Try.. Try! |
![]() |
mbintex author 1/25/2017 |
Searching.. Try.. Try.. Try! Not ask.. ask.. always ask.
|
![]() |
Sergey Kornilov admin 1/31/2017 |
This forum is for asking of course though it is better suited for PHPRunner specific question. This specific question can get a better feedback on a general purpose web development purpose. |
![]() |
mbintex author 1/31/2017 |
thanks |