Files
RootPanel/README.md
2014-07-24 04:43:46 +08:00

33 lines
963 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## RootPanel3
RP3 是一个插件化的 Linux 虚拟主机管理和销售系统。
所谓虚拟主机就是指在同一个物理服务器(或 VPS)上,划分给多个用户使用,使其互不干扰。
相比于 VPS, 虚拟主机实现的是应用级别的虚拟化,而不是操作系统级别的虚拟机。
虚拟主机大概介于 PaaS(GAE, SAE) 和 IaaS 之间。
## 功能
RP3 的核心功能包括:
* 用户系统
* 工单系统
* 管理员面板
其他功能均以插件实现,包括 SSH, Nginx, PHP-FPM, MySQL, ShadowSocks 等等。
## 使用
make install # 安装依赖
make run # 直接运行
make test # 运行测试
make start # 以 forever 启动
make restart # 重启 forever 进程
make stop # 停止 forever 进程
## 技术构成
* 前端Bootstrap(3), jQuery, Jade, Less
* 后端Express, Coffee
* 数据库MongoDB(2.4), Redis
* 操作系统支持Ubuntu 14.04