Set up Django, Nginx and Gunicorn in a Virtualenv controled by Supervisor Steps with explanations to set up a server using: Virtualenv Virtualenvwrapper Django Gunicorn
PSQL Magic words: psql -U postgres sudo -u postgres psql Some interesting flags (to see all, use -h or --help depending on your psql version): -E: will describe the underlaying queries of the \ commands (cool for learning!)