1
0
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:
Muhammad Auliya 2019-12-03 17:14:07 +07:00 committed by GitHub
parent 6d9d03f52a
commit 3633418ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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