1. Perl
  2. here

GitPrep - Install a portable Github system on Unix/Linux

GitPrep is a clone of Github , a web application GitPrep that allows you to install a portable Github system on Unix/Linux. It's very easy to install and you can install it with just one command.

I started writing the functions of Github for my own desire to use it for free at companies, etc., but gradually the functions have become complete and anyone can use it. Version 1.0 has been released. Without Github, a tool called git can only be recognized as svn, which is difficult to use, so I think it would be convenient to have such a tool for migrating internal repositories from svn.

You can create users unlimited and private repositories . GitPrep itself is open source, so you can use it for free. Since it can be installed on a shared rental server such as Sakura rental server, there is no need to be aware of advertisements and user registration.

GitPrep (Repository and Documents )

Example

Features

  • GitHub clone, GitPrep, has the same interface as GitHub.
  • portable. You can install your Github system on a Unix/Linux server.
  • It also supports cygwin on Windows.
  • The only requirement is that Perl 5.8.7 or higher is installed.
  • It supports CGI, has a built-in web server as standard, and also supports reverse proxies.
  • SSL support

Using GitPrep

You can use GitPrep with CGI and a built-in server. See the relevant part of the English documentation.

GitPrep

Related Informatrion