mirror of
https://github.com/gusaul/grpcox.git
synced 2025-01-24 13:14:39 +00:00
Update README.md
This commit is contained in:
parent
6d9d03f52a
commit
3633418ad0
10
README.md
10
README.md
|
@ -9,6 +9,15 @@ turn [gRPCurl](https://github.com/fullstorydev/grpcurl) into web based UI, extre
|
||||||
- Save established connection, and reuse it for next invoke/request (also can close/restart connection)
|
- Save established connection, and reuse it for next invoke/request (also can close/restart connection)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
### Docker
|
||||||
|
```shell
|
||||||
|
docker pull gusaul/grpcox:latest
|
||||||
|
```
|
||||||
|
then run
|
||||||
|
```shell
|
||||||
|
docker run -p 6969:6969 -v {ABSOLUTE_PATH_TO_LOG}/log:/log -d gusaul/grpcox
|
||||||
|
```
|
||||||
|
|
||||||
### Docker Compose
|
### Docker Compose
|
||||||
from terminal, move to grpcox directory, then run command
|
from terminal, move to grpcox directory, then run command
|
||||||
```shell
|
```shell
|
||||||
|
@ -22,6 +31,7 @@ if you have golang installed on your local machine, just run command
|
||||||
```shell
|
```shell
|
||||||
make start
|
make start
|
||||||
```
|
```
|
||||||
|
from grpcox directory
|
||||||
|
|
||||||
configure app preferences by editing `config.env` file
|
configure app preferences by editing `config.env` file
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user