Update README.md
This commit is contained in:
parent
2dc06fa7c3
commit
b685af0062
12
README.md
12
README.md
@ -13,13 +13,7 @@ RanchiMall wants to made things easy for you by packing all the three systems to
|
|||||||
|
|
||||||
## How do I use this?
|
## How do I use this?
|
||||||
|
|
||||||
Clone the repository and then crete a docker volume
|
Clone the repository and Build the docker image by the following command
|
||||||
|
|
||||||
```
|
|
||||||
docker volume inspect ranchimall-flo-volume
|
|
||||||
```
|
|
||||||
|
|
||||||
Build the docker image by the following command
|
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo docker build .
|
sudo docker build .
|
||||||
@ -28,11 +22,11 @@ sudo docker build .
|
|||||||
Run the docker container with exposing all the port and mounting the volume
|
Run the docker container with exposing all the port and mounting the volume
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run -d -p 5009:5009 -p 6200:6200 -v ranchimall-flo-volume <IMAGE-ID>
|
docker run -d -p 4256:4256 -p 6012:6012 <IMAGE-ID>
|
||||||
```
|
```
|
||||||
|
|
||||||
To Check if FLO-API is running
|
To Check if FLO-API is running
|
||||||
|
|
||||||
```
|
```
|
||||||
0.0.0.0:5009/api/v1.0/getSystemData
|
0.0.0.0:6012/api/v1.0/getSystemData
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user