Coder Social home page Coder Social logo

swallville / sigi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from interlegis/sigi

0.0 2.0 0.0 25.83 MB

Sistema de Informações Gerenciais do Interlegis

License: GNU General Public License v2.0

Shell 0.64% Python 82.21% HTML 14.76% Nginx 0.06% Puppet 0.46% JavaScript 1.08% CSS 0.79%

sigi's Introduction

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 [email protected]: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 [email protected]: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

  1. Fork it.
  2. Create a branch (git checkout -b my_sigi)
  3. Commit your changes (git commit -am "Added new feature")
  4. Push to the branch (git push origin my_sigi)
  5. Open a [Pull Request] 1

Copyright (c) 2008 Interlegis

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.