From 7f30d7ccb363a5159f2b01168f8f63af0b4f57c2 Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Thu, 17 Jul 2014 10:29:58 -0300 Subject: [PATCH] =?UTF-8?q?Usando=20git=20clone=20com=20protocolo=20git=20?= =?UTF-8?q?em=20docs=20e=20instala=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c1c27c..14d9232 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Installation --------------- Faça o checkout do projeto - $ git clone https://github.com/interlegis/sigi.git + $ git clone git@github.com:interlegis/sigi.git Instale as bibliotecas de sistema necessárias para usar o python-ldap (vide http://www.python-ldap.org/doc/html/installing.html#prerequisites) @@ -24,7 +24,7 @@ Instale as dependências do arquivo `requirements.txt` Install a app de reports generator - $ git clone https://github.com/marinho/geraldo.git + $ git clone git@github.com:marinho/geraldo.git $ cd geraldo $ python setup.py install $ cp -Rfv reporting geraldo `python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"` diff --git a/install.sh b/install.sh index 17c33fe..94e9232 100644 --- a/install.sh +++ b/install.sh @@ -24,7 +24,7 @@ echo "Isolando arquivos temporários..." mkdir tmp echo "Instalando geraldo reports..." -git clone https://github.com/marinho/geraldo.git +git clone git@github.com:marinho/geraldo.git cd geraldo python setup.py install cp -Rfv reporting geraldo `python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"`