Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Adding install instructions for homebrew #118

Merged
merged 1 commit into from
Jul 22, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,26 @@ start Gandalf and git-daemon using upstart:

$ sudo start git-daemon
$ sudo start gandalf-server

Install from Homebrew
=====================

You can install Gandalf server from homebrew, but first you need to add the `tsuru-taps
<https://github.com/tsuru/homebrew-tsuru>`_:

.. highlight:: bash

::

$ brew tap tsuru/homebrew-tsuru

Then, install the gandalf formula:

.. highlight:: bash

::

$ brew install gandalf

Installing from pre-built binaries
==================================
Expand Down