Last active
January 4, 2016 14:00
-
-
Save nl5887/c90a80080eeecb2729b7 to your computer and use it in GitHub Desktop.
cloudpings start
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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