From c0655df6e52a0d2189dceaf67f5bc36bc2dd6a6e Mon Sep 17 00:00:00 2001 From: Divyansh Bhardwaj <87605149+Dbhardwaj99@users.noreply.github.com> Date: Sat, 11 Jun 2022 15:42:31 +0530 Subject: [PATCH] All changes in readme are made --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f7ca3f..d3b3206 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ RanchiMall wants to made things easy for you by packing all the three systems to ## How do I use this? -Clone the repository and Build the docker image by the following command +Clone the repository and build the docker image by the following command ``` sudo docker build . @@ -22,11 +22,17 @@ sudo docker build . Run the docker container with exposing all the port and mounting the volume ``` -docker run -d -p 4256:4256 -p 6012:6012 +docker run -d -p 6012:6012 -p 4256:6200 ``` To Check if FLO-API is running ``` -0.0.0.0:6012/api/v1.0/getSystemData +http://0.0.0.0:5009/api/v1.0/getSystemData ``` + +To Check if FLOSCOUT is running + +``` +http://0.0.0.0:4256 +``` \ No newline at end of file