Create an installer package to install on WAMP

I developed a PHP web application, now I am thinking of deploying it to Windows.

To facilitate deployment, I plan to create an installer for it. This installer should do the following:

  • Check the pre-requisites such as Apache, MySQL, etc., set them if they are not available.
  • Put the PHP application in the application folder, and in this process set the port number, create the conf file for the application, update httpd.conf to make sure that it refers to the conf file for the application.
  • Run the script database setup and the collection of script databases that I prepared.
  • Configure the database in the application configuration files so that they point to the correct database.

I am looking for an installer that will help me in this regard, something like Advanced Installer . Of course, I still have to write a lot of user action codes for him, which I really hate. The question now is, is there anyone who has done all these things and wants to share their code so that I don’t need to do everything from scratch?

+3
source share
2 answers

I think you are looking for this http://installbuilder.bitrock.com/ . Bitrock is used by several large projects, such as SugarCRM, etc., to get their LAMP stack on other computers. Give it a try!

+3
source

movAmp. , apache/php/mysql.
, , , script .

Movamp - .

MovAMP USB . Microsoft Windows , INTERPRETER PHP. MovAMP , .

EasyPhp WAMP5, MovAMP APACHE 2.0.54, MYSQL 4.1.12, PHP 5.0.4 phpMyAdmin 2.6.2-pl1. , .

, Apache MySQL phpMyAdmin.

+1

Source: https://habr.com/ru/post/1707515/


All Articles