From 19d73cd8a9933119808f3deb3840fda00fffe700 Mon Sep 17 00:00:00 2001 From: Chirag <chirag24@uab.edu> Date: Mon, 11 Feb 2019 09:04:44 -0600 Subject: [PATCH] Fixed Localhost URL Updated the localhost link mentioned in the file to http://localhost:8080 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e247f27..80e7780 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,6 @@ vagrant ssh ood -c "sudo mount -a" After this point you can connect to the web ui of the ood node, typically via (the port mapping may change in your local vagrant env): -http://localhost/8080 +http://localhost:8080 The default user name and password for the web UI is 'vagrant'. -- GitLab