mirror of https://github.com/interlegis/sigi.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dependabot[bot]
d399c05e8f
|
9 months ago | |
---|---|---|
bin | 2 years ago | |
docker | 10 months ago | |
etc | 2 years ago | |
requirements | 9 months ago | |
scripts | 1 year ago | |
sigi | 9 months ago | |
templates | 2 years ago | |
.coveragerc | 10 years ago | |
.dockerignore | 3 years ago | |
.drone.yml | 2 years ago | |
.gitignore | 3 years ago | |
CONTRIBUTORS.txt | 3 years ago | |
LICENSE | 11 years ago | |
MIGRACAO.md | 2 years ago | |
README.md | 11 years ago | |
conftest.py | 1 year ago | |
manage.py | 1 year ago | |
pyproject.toml | 1 year ago | |
pytest.ini | 10 years ago | |
setup.py | 1 year ago |
README.md
Sistema de Informações Gerenciais
SIGI é um projeto para um Sistema de Informações Gerenciais do Interlegis, escrito na linguagem de programação Python com o framework para desenvolvimento web Django.
Maiores informações em docs/visaogeral.txt
.
Installation
Faça o checkout do projeto
$ 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)
$ sudo apt-get install python-dev libldap2-dev libssl-dev libsasl2-dev
Instale as dependências do arquivo requirements.txt
$ pip install -r requirements.txt
Install a app de reports generator
$ 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())"`
Getting Help
Existe uma lista de email (http://groups.google.com/group/sigi) disponível para discussão geral.
Contributing
- Fork it.
- Create a branch (
git checkout -b my_sigi
) - Commit your changes (
git commit -am "Added new feature"
) - Push to the branch (
git push origin my_sigi
) - Open a [Pull Request] 1
Copyright (c) 2008 Interlegis