Skip to content

wangbailin/china-v

Repository files navigation

china-voice

Prepare

# need bower gulp & virtualenv
$ npm install -g bower gulp
$ virtualenv venv --python=python2.7

# install dependencies
$ pip install -r requirements.txt
$ npm install
$ bower instal
$ pip install xlrd

Build

$ gulp

Debug

$ make port=PORT

Deploy

# start server
$ make start-uwsgi port=PORT

# reload uwsgi
$ make reload-uwsgi

# stop uwsgi
$ make stop-uwsgi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published