Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aapanel/baota
宝塔Linux面板 - 简单好用的服务器运维面板
https://github.com/aapanel/baota
baota bt-panel lamp lnmp python web-panel
Last synced: about 1 month ago
JSON representation
宝塔Linux面板 - 简单好用的服务器运维面板
- Host: GitHub
- URL: https://github.com/aapanel/baota
- Owner: aaPanel
- License: other
- Created: 2019-06-17T10:59:46.000Z (over 5 years ago)
- Default Branch: 7.x
- Last Pushed: 2023-02-16T05:29:45.000Z (over 1 year ago)
- Last Synced: 2024-10-14T10:42:22.798Z (about 1 month ago)
- Topics: baota, bt-panel, lamp, lnmp, python, web-panel
- Language: Python
- Homepage: https://www.bt.cn
- Size: 63.9 MB
- Stars: 4,165
- Watchers: 100
- Forks: 956
- Open Issues: 77
-
Metadata Files:
- Readme: README.md
- License: license.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
##### 宝塔开源许可协议:https://www.bt.cn/kyxy.html
##### 使用手册:http://docs.bt.cn
##### 论坛地址:https://www.bt.cn/bbs
##### 反馈建议: https://www.bt.cn/bbs/forum-43-1.html
##### Bug提交:https://www.bt.cn/bbs/forum-39-1.html#### 安装命令:
##### Centos
```bash
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
```
##### Ubuntu/Debian
```bash
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh
```