Skip to content

gjohnston9/humor-genome-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Humor Genome website

Getting started:

  • Install PostgreSQL: sudo apt-get install postgresql libpq-dev postgresql-client postgresql-client-common
  • Switch to the postgres superuser: sudo -i -u postgres
    • Set your password: psql, \password postgres, then \q to quit
    • Create a new hgp Postgres user: createuser -P hgp and enter the password when prompted,
    • Create a Humor Genome database with hgp as the owner: psql, CREATE DATABASE hgp OWNER hgp
    • Exit from the postgres account: exit
  • Export the password you chose for your hgp user as POSTGRES_HGP_PASSWORD
  • Set up the database tables that Django needs with python manage.py migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published