Skip to content

latop2604/GitCandy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Candy

Git Candy© 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://git.53wb.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 associated Sqlite or MsSql driver with EF to bin folder if any
  • 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.exe
  • You are recommended to set <compilation debug="false" /> in Web.config

Thanks for (alphabet)


License

The MIT license

About

A Git platform based on ASP.NET MVC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.4%
  • C# 32.1%
  • Other 0.5%