/libre

LIBRE = Libre Information Batch Restructuring Engine. The engine that will power the liberation of government data for the island of Puerto Rico

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Logo

LIBRE

LIBRE = Libre Information Batch Restructuring Engine

The engine that will power the liberation of government data for island of Puerto Rico.

Logo

Turn this:

Logo

Into this!

Logo

Query your data afterwards too!

Logo

INSTALLATION

$ sudo apt-get install libgdal-dev -y
$ git clone https://github.com/commonwealth-of-puerto-rico/libre.git
$ cd libre
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r libre/requirements.txt
$ ./manage.py syncdb --migrate
$ cat <<'EOF' > settings_local.py
DEBUG=True
DEVELOPMENT=True
EOF
$ ./manage.py runserver

Point your browser to 127.0.0.1:8000