开源实例之EHCP
前言
EHCP(Easy Hosting Control Panel)is a Hosting Control Panel.
EHCP is a tool in a server to facilate the process of hosting domains, emails, adding domains, ftp users and so on.
EHCP 默认支持 Nginx 和 PHP,对低配置服务器很友好。
实例地址
实例配置
配置 | 描述 |
---|---|
程序 | EHCP 18.04.b |
实例部署
EHCP 提供了脚本安装和 Docker 部署。详见官网https://www.ehcp.net。
脚本安装
以 Ubuntu 18.04 为例:
wget -O ehcp.tgz www.ehcp.net/ehcp_1804.tgz
tar -zxvf ehcp.tgz
cd ehcp
./install.sh
Docker 部署
docker run -p 80:80 ehcp/ehcp
实例体验
具体可以访问实例深度体验(包含管理员权限)。
后记
题图:秀人网 No.3882 美桃酱
本实例仅供学习参考,定期自动重置数据,请勿存放重要资料。
标签: 开源实例