# course-tencent-cloud-docker **Repository Path**: bigcat9527/course-tencent-cloud-docker ## Basic Information - **Project Name**: course-tencent-cloud-docker - **Description**: 酷瓜云课堂(腾讯云版)docker 运行环境 - **Primary Language**: Docker - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 118 - **Created**: 2022-04-19 - **Last Updated**: 2022-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 项目介绍 为酷瓜云课堂(腾讯云版) [course-tencent-cloud](https://gitee.com/koogua/course-tencent-cloud) 提供环境支持 ### 安装指南 下载安装脚本 ``` cd ~ && curl http://download.koogua.com/ctc/install.sh -o install.sh ``` 增加执行权限 ``` chmod +x install.sh ``` 根据实际情况修改配置 ``` nano install.sh ``` 执行安装,快慢取决于网络,当有错误或者超时请再次重试安装 ``` bash install.sh ``` ### 访问网站 * 管理账号:10000@163.com / 123456 * 前台地址:http://{your-domain}.com * 后台地址:http://{your-domain}.com/admin 后续设置: [系统设置](https://koogua.com/page/wiki) ### 测试数据 管理账号:100015@163.com / 123456 ### 结束安装 安装完成,请删除安装脚本 ``` rm install.sh ```