Skip to content

Install and Configure Postgresql

Kevin M. Smith edited this page Mar 2, 2019 · 11 revisions

See the official postgresql docs for details on custom installations.

On Ubuntu

For a vanilla install on Ubuntu enter the following in a terminal session:

 sudo apt-get update && sudo apt-get install -y \
      postgresql postgresql-contrib

On Microsoft Windows

A graphical installer for Windows is available here.