为酷瓜云课堂(腾讯云版) 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
- 管理账号:[email protected] / 123456
- 前台地址:http://{your-domain}.com
- 后台地址:http://{your-domain}.com/admin
后续设置: 系统设置
如果安装过程中选择了测试数据,相关账号和空白安装有所不同。
管理账号:[email protected] / 123456
安装完成,请删除安装脚本
rm install.sh