Skip to content

Instantly share code, notes, and snippets.

@nl5887
Last active January 4, 2016 14:00
Show Gist options
  • Select an option

  • Save nl5887/c90a80080eeecb2729b7 to your computer and use it in GitHub Desktop.

Select an option

Save nl5887/c90a80080eeecb2729b7 to your computer and use it in GitHub Desktop.
cloudpings start
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin/
export GOPATH=/opt/cloudpings/
cd /opt/cloudpings/
tmux new-session -d "go run *.go --port 80"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment