Added Procfile to simplify debuging

This commit is contained in:
Leonid Bugaev
2013-10-10 08:33:45 +02:00
parent e21f9b024d
commit b6e7b18803
+4
View File
@@ -0,0 +1,4 @@
web: python -m SimpleHTTPServer 8000
replayed_web: python -m SimpleHTTPServer 8001
listener: sudo -E go run gor.go listen -p 8000 -r localhost:8002 --verbose
replay: go run gor.go replay -f localhost:8001 -p 8002 --verbose