PHP建站集成软件包

Apache、MySQL、PHP手动配置起来很麻烦,现在流行的集成软件包解决了用户的困扰,我自己用过下面这几个,感觉很不错。

 

(一) Windows

 

   (1) WampServer

 

         WampServer is a Windows web development environment. It allows you to create web applications with Apache, PHP and the MySQL database . It also comes with PHPMyAdmin to easily manage your databases.
         WampServer installs automatically (installer), and its usage is very intuitive. You will be able to tune your server without even touching the setting files.
         WampServer is the only packaged solution that will allow you to reproduce your production server. Once WampServer is installed, you have the possibility to add as many Apache, MySQL and PHP releases as you want.

         WampServer also has a trayicon to manage your server and its settings.

         WampServer is an open source project, free to use (GPL licence).

 

          WampServer 2 is the new version of WAMP5. You can find old releases of W AMP5 on the SourceForge website.

          官网:http://www.wampserver.com/en/

 

   (2) XAMPP

 

         XAMPP is a very easy to install Apache Distribution for Linux, Solaris, Windows and Mac OS X . The package includes the Apache web server, MySQL, PHP, Perl, a FTP server and phpMyAdmin .

         XAMPP(Apache+MySQL+PHP+PERL)是一个功能强大的建站集成软件包。这个软件包原来的名字是LAMPP,但是为了避免误解,最新的几个版本就改名为XAMPP了。它可以在Windows、Linux、Solaris三种操作系统下安装使用,支持多语言:英文、简体中文、繁体中文、韩文、俄文、日文等。同样,他是开源的。

 

         官网:http://sourceforge.net/projects/xampp/

 

(一) Linux

 

   (1) XAMPP

         Linux下使用XAMPP十分方便,附上安装步骤:

         官网下载:  http://sourceforge.net/projects/xampp/files/
         解压安装:    tar zxvf software/xampp-linux-1.7.4.tar.gz -C /opt
         启动:  /opt/lampp/lampp start
         浏览:http://localhost

你可能感兴趣的:(apache,PHP,windows,mysql,phpMyAdmin,installer)