Skip to content

huangshengchang111/hodao

 
 

Repository files navigation

Ho道

Ho道网页和微信接口,见 Ho道

微信公众号搜索 Ho道 或者 Ho-dao

Dependencies

# running environment
apt-get install nginx
apt-get install uwsgi

pip install fabric
pip install virtualenv
pip install nose

# finally, install python 3rd party libraries.
pip install -r requirements.txt

Test

nosetest tests

Debug

python wsgiapp.py

Deploy

# init env, run once at first time.
fab production init

fab production deploy

Run

./runuwsgi.sh [start|stop|restart]

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.4%
  • HTML 42.4%
  • Shell 7.9%
  • JavaScript 4.3%