一个基于ASP.NET MVC的git服务端。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
大石头 af7856557d 更新X组件的数据库驱动更新地址 9 years ago
DLL 更新X组件的数据库驱动更新地址 9 years ago
GitCandy 删除仓库时,同步删除用户仓库关系 9 years ago
GitCandy.Web 删除仓库时,同步删除用户仓库关系 9 years ago
.gitattributes update gitignore & gitattributes 10 years ago
.gitignore 升级魔方,避免自动下载资源包时Site.css被覆盖 9 years ago
CHANGES.md Release v0.2 9 years ago
GitCandy.csproj 拆分为两个项目,提高编译速度 9 years ago
GitCandy.sln 拆分为两个项目,提高编译速度 9 years ago
LICENSE.md update documents & happy new year 10 years ago
README.md Release v0.2 9 years ago
README.zh-cn.md Release v0.2 9 years ago

README.md

GitCandy

GitCandy© is a Git distributed version control platform based on ASP.NET MVC application, which supports public and private repositories. You can create and collaborate your repository with your team anytime anywhere without any limit.

Visit a demo on http://gitcandy.com.

Get source and fork me on http://github.com/Aimeast/GitCandy.


Prerequisites


Installation

  • Download last release or build dev branch by yourself
  • Create a web site on IIS, copy binary and resource files to site path
  • Copy GitCandy\bin\[NativeBinaries & x86 & x64] folders to destination if you are publishing the website
  • Create a database by /Sql/Create.[Sqlite | MsSql].sql, copy database file to App_Data folder if any
  • Update connection string in Web.config file
  • Prepare two folders for storage Repositories and Cache
  • Navigate to your site and login with default username admin, password gitcandy
  • Go to Settings page for set folders path of Repositories, Cache and git-core
  • You are recommended to set <compilation debug="false" /> in Web.config
note
  • The Repositories or Cache path looks like x:\Repos or x:\Cache
  • The git-core path looks like x:\PortableGit\libexec\git-core or x:\PortableGit\mingw64\libexec\git-core

Changes

Go to changes page


Thanks for (alphabet)


License

The MIT license