Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.21 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.21 KB

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