Merge remote-tracking branch 'origin/main'

# Conflicts:
#	README.md
This commit is contained in:
Divyansh Bhardwaj 2022-06-11 15:38:06 +05:30
commit 9a0421b8fc

View File

@ -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,17 +22,11 @@ sudo docker build .
Run the docker container with exposing all the port and mounting the volume
```
docker run -d -p 4256:6200 -p 6012:6012 <IMAGE-ID>
docker run -d -p 4256:4256 -p 6012:6012 <IMAGE-ID>
```
To Check if FLO-API is running
```
http://0.0.0.0:5009/api/v1.0/getSystemData
0.0.0.0:6012/api/v1.0/getSystemData
```
To Check if FLOSCOUT is running
```
http://0.0.0.0:4256
```