Kugua Cloud Classroom (Tencent Cloud) Enterprise Edition v1.0.3 released, online course solution

update content

  • Add live playback function
  • Add live room management function
  • Fix the problem of mobile terminal jumping during class

system introduction

Kugua Cloud Classroom, relying on the basic service architecture of Tencent Cloud and developed with the C extension framework Phalcon, is committed to the online education system.

System functions

It has realized on-demand, live broadcast, column, face-to-face teaching, Q&A, membership, group, micro-chat, points, spike, group fight, distribution, etc.

friendly reminder

Please use a clean system to perform the installation. If it has been installed, nginxweb services apachethat occupy ports 80 and 443 will cause port conflicts.

Configuration requirements

  • Operating System: Ubuntu | Debian | Centos
  • System memory: 2G+

Apply for a trial license

Authorized application address: Click to apply

Installation Guide

Download the installation script

cd ~ && curl http://download.koogua.com/ctc-pro/install.sh -o install.sh

Modify the configuration according to the actual situation

nano install.sh

The optional configuration items are as follows:

#是否安装测试数据(on:是,off:否)
SITE_DEMO=off

#站点域名(不包括http,没有域名可忽略)
SITE_DOMAIN=abc.com

#站点密钥(数字字母组合,不要用特殊字符)
SITE_KEY=1qaz2wsx3edc

#mysql超级用户密码(数字字母组合,不要用特殊字符)
MYSQL_ROOT_PASSWORD=1qaz2wsx3edc

#mysql项目数据库名称(数字字母组合,不要用特殊字符)
MYSQL_DATABASE=ctc

#mysql项目数据库用户(数字字母组合,不要用特殊字符)
MYSQL_USER=ctc

#mysql项目数据库密码(数字字母组合,不要用特殊字符)
MYSQL_PASSWORD=1qaz2wsx3edc

#redis访问密码(数字字母组合,不要用特殊字符)
REDIS_PASSWORD=1qaz2wsx3edc

Execute the installation, the speed depends on the network, when there is an error or timeout, please try again, please try again, please try again

bash install.sh

visit website

  • Management account: [email protected] / 123456
  • Front desk address: http://{your-domain}.com
  • Background address: http://{your-domain}.com/admin

Test Data

Management account: [email protected] / 123456

end the installation

Installation is complete, please delete the installation script

rm install.sh

Guess you like

Origin www.oschina.net/news/193395