No Description

weichen 99cdd40097 modify create_content sleep 0.5s to 1s 3 years ago
backstage 99cdd40097 modify create_content sleep 0.5s to 1s 3 years ago
.gitignore 60f4060246 ignore .DS_Store 3 years ago
README.md 24792ab817 fix readme content for more undestandable 3 years ago
requirements.txt cae6b1b34f add flake8 into requirements 3 years ago
run.py d8595203dc change structure, use blueprint for managing multiple app 3 years ago
setup.cfg 03e8b4553a add setup.cfg for flask style 3 years ago

README.md

settup python bhouse-backstage development environment

python - 3.6.8
https://www.python.org/downloads/
install python virtualenv first


setup virtualenvs

cd ~
mkdir .virtualenvs
cd .virtualenvs

macOS
python3.6 -m venv bhouse_backstage
source ~/.virtualenvs/bhouse_backstage/bin/activate

setup bhouse_backstage

cd 工作目錄 git clone http://git.choozmo.com:3000/choozmo/bhouse_backstage.git
cd bhouse_backstage
pip install -r requirements.txt
請先找管理員拿config放到指定目錄

執行

python run.py