This works on my Mac, YMMV :-/
Clone the repo
git clone [email protected]:hulu/restfulgit.git
Install pip
curl https://bootstrap.pypa.io/get-pip.py > get-pip.py
sudo python get-pip.py
Install dependencies
sudo pip install cffi
brew install libgit2
sudo pip install -r requirements.txt
cp example_config.py config.py
Edit config.py
and set the RESTFULGIT_REPO_BASE_PATH
to wherever your Git repos reside.
PYTHONPATH=<path/to/restfulgit> RESTFULGIT_CONFIG=<path/to/restfulgit/config.py> python <path/to/restfulgit>/app.py