XAMPP就是:
Windows/Solaris/Linux/MacOS + Apache + MySQL + Perl
1.到XAMPP下載最新版本XAMPP,網(wǎng)址:www.xampp.org
考試@大提示把網(wǎng)址復(fù)制下來可直接下載linux-1.6.8a.tar.gz">http://jaist.dl.sourceforge.net/sourceforge/xampp/xampp-linux-1.6.8a.tar.gz
2.下載后找到下載文件夾然后執(zhí)行:tar -xzvf xampp-linux-1.6.8a.tar.gz -C /opt (注:解壓安裝至opt目錄)
3.進(jìn)入xampp解壓目錄執(zhí)行:./lampp start 啟動成功會出現(xiàn):
Starting XAMPP for Linux 1.6.8a...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
XAMPP for Linux started.
4.ifconfig查看自己的IP,然后在網(wǎng)址欄輸入http://192.168.1.2(注:寫你自己的ip)測試通過會顯示lampp歡迎網(wǎng)頁
如:
歡迎使用XAMPP for Linux 1.6.8a !
祝賀您:
您已經(jīng)成功安裝了XAMPP!
現(xiàn)在您可以開始使用Apache以及其他的組件. 首先, 您可以通過左側(cè)的導(dǎo)航條上的'狀態(tài)'功能來查看他們是否工作正常.
您可以通過瀏覽 https://127.0.0.1 或者 https://localhost 來驗證OpenSSL
祝您好運, Kai 'Oswald' Seidler + Kay Vogelgesang
附:如需卸載,先停止服務(wù):./lampp stop ,再執(zhí)行rm 刪除整個目錄就ok了,是不是很方便
Windows/Solaris/Linux/MacOS + Apache + MySQL + Perl
1.到XAMPP下載最新版本XAMPP,網(wǎng)址:www.xampp.org
考試@大提示把網(wǎng)址復(fù)制下來可直接下載linux-1.6.8a.tar.gz">http://jaist.dl.sourceforge.net/sourceforge/xampp/xampp-linux-1.6.8a.tar.gz
2.下載后找到下載文件夾然后執(zhí)行:tar -xzvf xampp-linux-1.6.8a.tar.gz -C /opt (注:解壓安裝至opt目錄)
3.進(jìn)入xampp解壓目錄執(zhí)行:./lampp start 啟動成功會出現(xiàn):
Starting XAMPP for Linux 1.6.8a...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
XAMPP for Linux started.
4.ifconfig查看自己的IP,然后在網(wǎng)址欄輸入http://192.168.1.2(注:寫你自己的ip)測試通過會顯示lampp歡迎網(wǎng)頁
如:
歡迎使用XAMPP for Linux 1.6.8a !
祝賀您:
您已經(jīng)成功安裝了XAMPP!
現(xiàn)在您可以開始使用Apache以及其他的組件. 首先, 您可以通過左側(cè)的導(dǎo)航條上的'狀態(tài)'功能來查看他們是否工作正常.
您可以通過瀏覽 https://127.0.0.1 或者 https://localhost 來驗證OpenSSL
祝您好運, Kai 'Oswald' Seidler + Kay Vogelgesang
附:如需卸載,先停止服務(wù):./lampp stop ,再執(zhí)行rm 刪除整個目錄就ok了,是不是很方便