Home> php教程> php手册> body text

安装PHP开发环境及部署PHP项目

WBOY
Release: 2016-06-06 19:55:16
Original
1278 people have browsed it

软件版本 xampp-linux-x64-1.8.3-4-installer.run wampserver.exe 安装说明 安装集成包后,相当于安装了PHP、MySQL、Apache。 PHP中的/var/www/html就相当于JavaWeb Tomcat中的webapps。 管理命令 /opt/lampp/xampp start /opt/lampp/xampp stop 项目部署路

软件版本

xampp-linux-x64-1.8.3-4-installer.run

wampserver.exe

安装说明

安装集成包后,相当于安装了PHP、MySQL、Apache。

PHP中的/var/www/html就相当于JavaWeb Tomcat中的webapps。

管理命令

/opt/lampp/xampp start

/opt/lampp/xampp stop

项目部署路径

/opt/lampp/htdocs

进入MySQL CLI

/opt/lampp/bin/mysql -uroot -p

安装后访问验证

http://202.196.37.240/

项目配置文件的路径

/opt/lampp/htdocs/dw/schedule/config

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!