-
Notifications
You must be signed in to change notification settings - Fork 0
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.
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
A graphical installer for Windows is available here.