1 Star 0 Fork 38

杨伟杰 / RedisFox

forked from 五环小胖子 / RedisFox 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 365 Bytes
一键复制 编辑 原始数据 按行查看 历史
五环小胖子 提交于 2018-01-27 19:12 . 工具脚本修改
#!/bin/sh
curr_dir=$(cd `dirname $0`; pwd)
old_gopath=$GOPATH
export GOPATH=$curr_dir
go install -v redisfox
rm -rf output
mkdir -p output/bin
mkdir -p output/data
mkdir -p output/log
cp bin/redisfox output/bin/
cp -r conf output/
cp -r tpl output/
cp -r static output/
cp start.sh output/
cp stop.sh output/
echo "build complete!"
export GOPATH=$old_gopath
Go
1
https://gitee.com/ywj152183/RedisFox.git
git@gitee.com:ywj152183/RedisFox.git
ywj152183
RedisFox
RedisFox
master

搜索帮助