Skip to content

water/grack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grack

This particular grack fork adds TODO.

Setup

  1. Create a temp folder for your git repositories, /tmp/git-repos for example.
  2. Edit config.ru
  • change project_root to your git repository folder (/tmp/git-repos).
  • change git_path to the full path to your git binary. Use which git.
  1. Start server using rackup config.ru.
  2. Navigate to your temp git repository folder and clone an existing project git clone --bare https://oleander@github.com/Tarrasch/room-booker-rb.git.
  3. You can now clone the project using Grack. git clone http://localhost:9292/room-booker-rb.git

About

GIt Smart HTTP Server Rack Implementation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%