# course-tencent-cloud-docker **Repository Path**: koogua/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**: 118 - **Forks**: 118 - **Created**: 2019-12-13 - **Last Updated**: 2025-06-12 ## Categories & Tags **Categories**: instructional **Tags**: 酷瓜云课堂, docker安装 ## README ### 项目介绍 为酷瓜云课堂(腾讯云版) [course-tencent-cloud](https://gitee.com/koogua/course-tencent-cloud) 提供环境支持 ### 安装指南 下载安装脚本 ``` cd ~ && curl https://download.koogua.com/ctc/install.sh -o install.sh ``` 增加执行权限 ``` chmod +x install.sh ``` 根据实际情况修改配置 ``` nano install.sh ``` 执行安装,快慢取决于网络,当有错误或者超时请再次重试安装 ``` bash install.sh ``` ### 备用脚本 如果拉取镜像失败(被墙了),先把原来的 `ctc-docker` 目录删除,再用备用脚本重新安装,其余步骤相同。 ``` cd ~ && curl https://download.koogua.com/ctc/install-v2.sh -o 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 ```