赞
踩
第一:安装 javajdk,
第二:安装gitblit
第三:配置gitblit.properties 文件。
1. 找到Git目录下的data文件下的gitblit.properties文件,“记事本”打开。
2. 找到git.repositoriesFolder(资料库路径),赋值为第七步创建好的文件目录。
git.repositoriesFolder = GitRepository
3. 找到server.httpPort,设定http协议的端口号
server.httpPort = 8099
4. 找到server.httpBindInterface,设定服务器的IP地址。这里就设定你的服务器IP。
server.httpBindInterface = 192.168.31.47 # 设置本机ip地址
5. 找到server.httpsBindInterface,设定为localhost
server.httpsBindInterface = localhost
6. 保存,关闭文件。
第四:以Windows Service方式启动Gitblit.
1. 双击Gitblit目录下的installService.cmd文件(以管理员身份运行)。
2. 在服务器的服务管理下,就能看到已经存在的gitblit服务了。
3. 平时使用时,保持这个服务是启动状态就可以了。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。