# BaoTa **Repository Path**: jfinal/BaoTa ## Basic Information - **Project Name**: BaoTa - **Description**: 宝塔Linux面板 - 简单好用的服务器运维面板 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 122 - **Created**: 2020-03-26 - **Last Updated**: 2022-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```