start goma server
This commit is contained in:
parent
050e69d2bc
commit
702f2959f7
9
start-goma-server.sh
Executable file
9
start-goma-server.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user