
A cross-platform integrated development environment -phpstudy (small leather panel)
A cross-platform integrated development environment-phpstudy
Chinese name, small leather panel
It is a veteran, has been used in Windows platform a long time ago,
Currently the latest version has support for Linux platform, it is good for local development
According to the official presentation, is based on linux docker container
Key Features
Nginx, php, Apache multiversion support switching, redis, ftp, common software, one installation and management
Installation Method
Software System Requirements Operating system: New systems (support CentOS, Ubuntu, Debian, Fedora, Deepin), etc.
Make sure your system is pure and not installed in any environment (Apache\ Nginx\ php\ MySQL\ FTP)
phplearning for linux was developed for Docker core, so it is recommended to use the centos7.xx system version
Memory requirements: minimum memory requirements of 512MB, recommended more than 768MB, pure panel accounting for about 60MB of system memory
Installation method (phplearning for linux V0.4 beta) After connecting to your Linux server using the SSH connection tool, start the installation according to the system (about 2 minutes to complete the panel installation):
1
2
Centos Installation Script
yum install -y wget &wget -O install.sh https://download.xp.cn/install.sh &&sh install.sh
1
2
Ubuntu Installation Script
wget -O install.sh https://download.xp.cn/install.sh &sudo bash install.sh
1
2
Deepin Installation Script
wget -O install.sh https://download.xp.cn/install.sh &sudo bash install.sh
1
2
Debian Installation Script
wget -O install.sh https://download.xp.cn/install.sh &sudo bash install.sh
The official domain name is also a force
💘 相关文章
- 解决cPanel主机无法修改php.ini文件的问题
- PHP常用的危险函数,及屏蔽的方法
- nginx禁止执行php脚本
- chevereto 50%优惠限时促销
- ctop一款开源的docker容器监控工具
- Docker command all
- php Parse error: syntax error, unexpected ';', expecting ',' or ')'的解决方法
- 小清新一款基于PHP的微博系统
- php Use of undefined constant SIGTERM - assumed 'SIGTERM'的解决方法
- 使用docker构建基于nodejs编写的流行开源微博程序-Misskey