Skip to content

Instantly share code, notes, and snippets.

@tpkalman
tpkalman / Notes
Last active August 29, 2015 14:14 — forked from jmccaffrey/Notes
in Step 2 you download a file called dvdrental.zip
It might not be clear that you need to also do
'createuser -s postgres'
and
psql -U postgres
CREATE DATABASE dvdrental;
Step 3: 'Type the following command: unzip dvdrental.tar' should say 'unzip dvdrental.zip'