linux install php-laravel environment

1. The use of the pagoda panel installation (the legendary https://www.bt.cn/download/linux.html ) website address

The following command to install the software in xshell

1.1 pagoda centos installation

wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh

2.phpstudy panel mounting ( https://www.xp.cn/linux.html ) official website

2.phpstudy_centos installation

yum install -y wget && wget -O install.sh https://download.xp.cn/install.sh && sh install.sh


1) phpstudy -start start phpstudy
2) phpstudy -stop stop phpstudy
3) phpstudy -restart Restart phpstudy
4) phpstudy -status query phpstudy state
5) phpstudy -initpwd newPwd change my password
6) phpstudy -visiturl View panel login
7) phpstudy -repair repair master web panel (panel a little to get the commonly used commands)
8) phpstudy -instinfo login to see the first installation
98) phpstudy -uninstall uninstall phpstudy

As the official online face tutorials and these are relatively simple or not so wordy

Guess you like

Origin www.cnblogs.com/yaoliuyang/p/12312576.html