/CourseQ

Course management system with forum

Primary LanguageVue

Course Page and Forum

Installation

Generate MySQL root password for docker

python3 -c "import secrets; print('MYSQL_ROOT_PASSWORD=%s\n' % secrets.token_hex(32));" >> .env

Build and launch the program, in port 2000

DPORT=2000 docker-compose up