Apache、MySQL、PHP手动配置起来很麻烦,现在流行的集成软件包解决了用户的困扰,我自己用过下面这几个,感觉很不错。
(一) Windows
(1) WampServer
WampServer also has a trayicon to manage your server and its settings.
WampServer is an open source project, free to use (GPL licence).
官网: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