answersLogoWhite

0

How do you deploy PHP software?

User Avatar

Anonymous

15y ago
Updated: 8/18/2019

First you need a server which is set up to accept requests. The server software can be installed on your personal computer, but this is not recommended for a deployment server because of the complexities of server administration. Alternatively, you can find a web host; most cost, but some are free or inexpensive with a few trade-offs such as sharing a server with others and not getting an ordinary domain (which costs money). Some of the more expensive ones offer dedicated servers, which serve only to store the files of one web site.

Once you find a service which fits your budget, it is a good idea to set up a development server on your computer. The most common arrangement is the Apache-MySQL-PHP stack, which is open-source and pre-packaged for Windows (WAMP), Linux (LAMP), and Macintosh (MAMP). A quick search-engine query of one of these acronyms will give you links to a few options.

Now that you have deployment and development servers, write a PHP script in your web directory (probably www or public_html - see your server's documentation). Test it by entering http://localhost/ followed by its filename (for example, http://localhost/test.php) in your web browser. Once you are satsified that it works, upload it to your deployment server's web directory and replace "localhost" in the previous URL with the domain provided by your host. That's your page on the World Wide Web.

Version ControlIf your deployment server is equipped with an SVN or CVS client, you can install a compatible client on your own machine and use version control to ensure that the files on the two servers are synchronised, automate the process of downloading and uploading, and keep track of all past changes in case one of them is incorrect.
User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is PHP in software industry?

not me


How do you develop software using PHP and MySQL?

how do u develop software using php and mysql?


Is there any open source php dating software?

For open source php dating software, try one of the links below.


How do you deploy an office 2003 package to a client of a window 2003 server?

you can deploy office 2003 software using group policy software deployment process


What is easy php?

you mean to easyphp and its not a language, is a software.


What is a PHP content management system?

A PHP content management system is a computer software management system. This is where sites and downloads are distributed through this specific type of software.


What is the definition of PHP programming?

PHP programming is a scripting language. This scripting language can be used in web page development. In addition, PHP commands can be embedded into an HTML document. PHP software is available at no cost.


What is easy php language?

you mean to easyphp and its not a language, is a software.


When did the PHP BB3 team launch their website?

PHP BB3 launched their main website in 2004 to assist programmers with system services and software compatability with mainframe software as a tool in assisting them.


What can dashboard software do for me?

Assuming you mean IT dashboard software, it helps you deploy new software and updates quickly, as well as monitor your company's network.


Where can one download PHP shopping cart software?

PHP Shopping cart software is a handy tool for anyone with a small business. It can be downloaded from many sites including: Shopify, Znode and X-Cart.


What is php 5.1 software?

That's PHP Engine.. Allow you to develop PHP Scripts.. you can use it to develop PHP Scripts and test it on your local machine before you send it to server.. (your website)