|
|
@ -11,21 +11,20 @@ Installation |
|
|
|
--------------- |
|
|
|
Faça o checkout do projeto |
|
|
|
|
|
|
|
$ git clone https://github.com/interlegis/sigi.git |
|
|
|
$ git clone git@github.com:interlegis/sigi.git |
|
|
|
|
|
|
|
Instalando as dependências do arquivo `requirements.txt` |
|
|
|
Instale as bibliotecas de sistema necessárias para usar o python-ldap |
|
|
|
(vide http://www.python-ldap.org/doc/html/installing.html#prerequisites) |
|
|
|
|
|
|
|
$ pip install -r requirements.txt |
|
|
|
$ sudo apt-get install python-dev libldap2-dev libssl-dev libsasl2-dev |
|
|
|
|
|
|
|
Install django-googlecharts |
|
|
|
Instale as dependências do arquivo `requirements.txt` |
|
|
|
|
|
|
|
$ git clone git://github.com/jacobian/django-googlecharts.git |
|
|
|
$ cd django-googlecharts |
|
|
|
$ python setup.py install |
|
|
|
$ pip install -r 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())"` |
|
|
|