Heim  >  Artikel  >  php教程  >  安装PHP开发环境及部署PHP项目

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

WBOY
WBOYOriginal
2016-06-06 19:55:161311Durchsuche

软件版本 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

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn