Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Latest commit

 

History

History
53 lines (45 loc) · 3.41 KB

README.zh-cn.md

File metadata and controls

53 lines (45 loc) · 3.41 KB

GitCandy

GitCandy© 是一个基于 ASP.NET MVC 的 Git 版本控制服务端,支持公有和私有代码库,可不受限制的创建代码代码库,随时随地的与团队进行协作。

演示网站不可用

源代码: http://github.com/Aimeast/GitCandy


系统要求


安装

  • 下载最新发布的版本或自己编译最新的dev分支源码
  • 在IIS创建一个站点,并把二进制文件和资源文件复制到站点目录
  • 如果用了 Visual Studio 的发布功能,还要复制GitCandy\bin\[NativeBinaries & x86 & x64]文件夹到站点目录
  • /Sql/Create.[Sqlite | MsSql].sql脚本创建一个数据库。如果创建的是Sqlite数据库,还需把数据库文件复制到App_Data文件夹
  • 更新Web.config文件的数据库连接串
  • 准备两个文件夹分别用来存储代码库缓存
  • 打开新建的站点,默认登录用户名是admin,密码是gitcandy
  • 转到设置页面,分别设置代码库缓存git-core的路径
  • 推荐在Web.config设置<compilation debug="false" />
  • 代码库缓存路径示例:x:\Reposx:\Cache
  • git-core路径示例:x:\PortableGit\libexec\git-corex:\PortableGit\mingw64\libexec\git-core

更新日志

跳转到日志页


鸣谢 (按字母序)


协议

MIT 协议