Skip to content

mortonjt/american-gut-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

american-gut-web

The website for the American Gut Project participant portal

Quick-start

  • [OS X] install Postgres.app
  • [OS X] brew install redis
  • mkvirtualenv amgut
  • workon amgut
  • pip install -e .[test] (this installs the all dependencies, including those in extras_require)
  • cp ag_config.txt.example amgut/ag_config.txt
  • set options in amgut/ag_config.txt
  • to enable uuid v4 function in postgres:
    • echo 'CREATE EXTENSION "uuid-ossp";' | psql
  • ./scripts/ag make test
  • python amgut/webserver.py

About

The website for the American Gut Project participant portal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.9%
  • HTML 38.8%
  • JavaScript 5.8%
  • CSS 1.5%