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"