Provide meeting management capabilities for the official websites of various communities
- openUBMC, openGuass, and MindSpore all use one source code to run multiple services.
- meeting-platform provide a basic meeting platform for various open source communities.
yum install -y tzdata python3-devel mariadb-devel python3-pip gcc
pip3 install -r requirements.txt
-
Get the config and vault-config template from the meeting-deploy
-
Replace environment variables with the correct configuration.
-
Set the environment variables for config and vault-config.
export CONFIG_PATH=./config export VAULT_PATH=./vault-config
python3 manage.py migrate
-
Do test
python3 manage.py test
-
View code test coverage
python3 -m coverage run manage.py test coverage report
python3 manage.py runserver --noreload
1.sync sig info to db.
python3 manage.py sync_sig