This particular grack fork adds TODO.
- Create a temp folder for your git repositories,
/tmp/git-repos
for example. - 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. 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