Commit 97b92129f95877f5d783031d080e1cb3a7095f24

Authored by 陆恒
1 parent 61c1e702

提交

src/HttpServer/main/build.sh
1 1 #!/usr/bin
2   -export GOPATH=/home/luheng/xiao_xingxing
  2 +export GOPATH=/home/gohttpserver/ver2.2.6/xiao_xingxing
3 3 echo "begin dos2unix..."
4 4 find ../ -name '*.go' | xargs dos2unix
5 5  
... ... @@ -7,5 +7,5 @@ echo "begin build..."
7 7 go build
8 8 echo "end build..."
9 9 echo "start run..."
10   -mv main XINGXINGSRV
  10 +mv main STATSTAR226
11 11 sh run.sh
... ...
src/HttpServer/main/ll.sh
1   -ps -ef|grep XINGXINGSRV
  1 +ps -ef|grep STATSTAR226
... ...
src/HttpServer/main/run.sh
1 1 #!/bin/sh
2   -pkill XINGXINGSRV
3   -nohup ./XINGXINGSRV -conf_path=../conf/world.xml -logpath=./log &
  2 +pkill STATSTAR226
  3 +nohup ./STATSTAR226 -conf_path=../conf/world.xml -logpath=./log &
... ...