start goma server

This commit is contained in:
Your Name 2021-05-29 10:56:54 +00:00
parent 050e69d2bc
commit 702f2959f7
1 changed files with 9 additions and 0 deletions

9
start-goma-server.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
#export GOPATH=~/go
#export GOCACHE=~/go
export REDISHOST=localhost
git clone https://github.com/uazo/goma-server
cd ./goma-server/
go run ./cmd/remoteexec_proxy/main.go --port 5050 --remoteexec-addr $REMOTEEXEC_ADDR --remote-instance-name default_instance --insecure-remoteexec --allowed-users ppp --exec-config-file "./config-file" --exec-check-cache-timeout 30s --exec-max-retry-count 50 --exec-execute-timeout 600s