Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.12 KB

POSTGRES_SETUP.md

File metadata and controls

29 lines (20 loc) · 1.12 KB

Setting up PostgreSQL

OS X

Option 1 - Postgres.app w/ Homebrew

  1. First, make sure you have homebrew installed
  2. Run brew doctor and address anything homebrew wants you to fix
  3. Run brew install postgresql
  4. Download and run Postgres.app -- a free-standing database server that's super easy to install and start. Grab pgAdmin and install it.
  5. Grab pgAdmin and install it.

Option 2 - Homebrew Only

  1. First, make sure you have homebrew installed
  2. Run brew doctor and address anything homebrew wants you to fix
  3. Run brew install postgresql
  4. Run brew services restart postgresql
  5. Grab pgAdmin and install it.

Windows

  1. Grab the the appropriate windows installer and run it.
  2. Put the DLLs in your C:\WINDOWS\system32 folder
  3. Grab pgAdmin and install it.

Linux

Use apt-get or equivalent.