From b6e7b188030a9cc7aec3c2a793d02f9d9a56e4a8 Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Thu, 10 Oct 2013 08:33:45 +0200 Subject: [PATCH] Added Procfile to simplify debuging --- Procfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..e3d8570 --- /dev/null +++ b/Procfile @@ -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