Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run without docker #86

Open
cod-soap opened this issue Aug 4, 2021 · 2 comments
Open

How to run without docker #86

cod-soap opened this issue Aug 4, 2021 · 2 comments

Comments

@cod-soap
Copy link

cod-soap commented Aug 4, 2021

Our company is an intranet environment,so How to run it without docker.
I tried to compile locally,and the following operations are done,

go get github.com/golang/protobuf/proto
go get google.golang.org/grpc
go get github.com/golang/protobuf/protoc-gen-go

But I can't run it.
It seems that some environment is missing,such as missing proto

need some guide. best wishes

@jekiapp
Copy link
Contributor

jekiapp commented Aug 4, 2021

How about running the docker then exposing it to your VM?

Since you didn't provide errors whatsoever, my advice is that you need to replicate and understand whatever is inside the Dockerfile.

@JehandadK
Copy link

@a619646645 I think the next step you need is to install the generator.go and then you can try running gripmock.go.

I found the best way to replicate is to follow the projects Dockerfile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants