LIBRE = Libre Information Batch Restructuring Engine
The engine that will power the liberation of government data for island of Puerto Rico.
$ 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