-
Sam Gleske authoredSam Gleske authored
prerequisites.md 1.51 KiB
Prerequisites
Required software
If you plan on mirroring SVN repositories as well then you'll need the following additional options.
Required software install snippets
python-gitlab
yum install python-setuptools
git clone https://github.com/Itxaka/python-gitlab.git
cd python-gitlab
git checkout 9c5e375599a6d89ab1f4520224f47b43b40bcf9b
python setup.py
You can find the source to git at the git-core project. For instructions on other platforms see the Getting Started - Installing Git section of the git book.
yum install perl-ExtUtils-MakeMaker zlib zlib-devel openssh libcurl libcurl-devel expat expat-devel gettext gettext-devel
cd /usr/local/src/
git clone https://code.google.com/p/git-core/
cd git-core/
git tag
git checkout v1.8.4
make configure
./configure --prefix=/usr/local
make
make install