准备运行服务器 cd ~ / && python3 -m venv cf # Create virtual enviroment ~ /cf/bin/activate # Activate virual evnviroment pip install -r requirements.txt 创建数据库和管理员用户 cd curve python manage.py makemigrations python manage.py migrate python manage.py createsuperuser 运行服务器 python manage.py runserver 0.0.0.0:80