From 892d6218f620b8505240ecca970fdfb1785e981d Mon Sep 17 00:00:00 2001 From: zaidfarekh Date: Fri, 25 Dec 2015 22:24:32 +0200 Subject: [PATCH] static vis main link --- pipelines/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pipelines/README.md b/pipelines/README.md index ce9cfc6..a5ee0b0 100644 --- a/pipelines/README.md +++ b/pipelines/README.md @@ -62,6 +62,8 @@ The password is -> "u" ### Demonizing Tornado/luigi static visualiser and central scheduler docker exec -i luigid --background --logdir /var/log/luigi/ + ## To access the web application + ## From your host browser navigate to "http://:8020" ### Running the main command (Languages Count) docker exec -i bash -c "cd /home/ubuntu/josa/pipelines && PYTHONPATH=. luigi --module josagit AggregateLanguages"