This particular grack fork adds TODO.
- Create a temp folder for your git repositories,
/tmp/git-reposfor example. - Edit
config.ru
- change
project_rootto your git repository folder (/tmp/git-repos). - change
git_pathto the full path to your git binary. Usewhich git.
- Start server using
rackup config.ru. - Navigate to your temp git repository folder and clone an existing project
git clone --bare https://[email protected]/Tarrasch/room-booker-rb.git. - You can now clone the project using Grack.
git clone http://localhost:9292/room-booker-rb.git