Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
make web
Browse files Browse the repository at this point in the history
  • Loading branch information
tclh123 committed Feb 13, 2014
1 parent 432aeca commit 96c3ae0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Expand Up @@ -10,3 +10,11 @@ clean_pyc:
pylint:
@pylint --errors-only --reports=n --include-ids=y --output-format=parseable --ignore=tracplugs active_stubs/ libs/ models/ static/ stubs/ tasks/ tests/ tools/ views/

web: startcache startweb
@echo go web: http://localhost:8000/

startweb:
exec gunicorn -b 0.0.0.0:8000 app:app

startcache:
exec memcached -d -u nobody -l 127.0.0.1 -p 11311 -U 0

0 comments on commit 96c3ae0

Please sign in to comment.