====== Installation of PostgreSQL ======
===== On Windows and Mac =====
* Visit the [[http://www.enterprisedb.com/products-services-training/pgdownload#windows|EntrepriseDB site]] and download the version appropriate for your platform. Opt to download the 64bit version.
* Execute the file and go through the installation steps, accepting default options.
* When prompted, choose an appropriate password for the postgres user and write this password down.
===== On Linux/Ubuntu =====
In a terminal, type:
sudo apt-get install postgresql-9.3 libreoffice libreoffice-sdbc-postgresql
It is possible that the version of postgresql available in your repositories is earlier than 9.3. You can install the version you have available.
For other distributions, [[http://www.postgresql.org/download/|check this page]].
====== Installing LibreOffice ======
On Windows/Mac
* [[https://www.libreoffice.org/download/libreoffice-fresh/|Click here, download and install LibreOffice]].
On Linux (if not already done with above command).
sudo apt-get install libreoffice libreoffice-sdbc-postgresql