Skip to content

styusuf/Serenity

Repository files navigation

Team-Serenity

Data and Visual analytics project

Installing PostgreSQL10

1. Install from PostgreSQL Website (recommended)

  • This also installs pgAdmin GUI tool which makes using the database much easier.

  • Setup command line command psql by placing the following in your bash_profile (or equivalent)

    alias psql="/Library/PostgreSQL/10/scripts/runpsql.sh"

2. (Mac OSX) Install using homebrew

  • Installs the psql tool by default

PSQL interactive console commands usefuls in our project

  • \l (list databases)
  • \c (connect to database)
  • \i </path/to/script> (Run script)
  • \d (list tables in database)

Python tools

$ pip install flask

$ pip install flask-login

$ pip install flask-openid

$ pip install flask-mail

$ pip install flask-sqlalchemy

$ pip install sqlalchemy-migrate

$ pip install flask-whooshalchemy

$ pip install flask-wtf

$ pip install flask-babel

$ pip install guess_language

$ pip install flipflop

$ pip install coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published