Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To set up PostgreSQL and MADlib with Anaconda Python on OSX, follow the super quick start.

Otherwise, follow the quick start guide regular guides for installing from binaries or compiling from source.

...

To install PostgreSQL with PL/Python server-side language, use the ```--with-python``` parameter as described here in the PosgreSQL documentation.

 

PYTHON=/Users/qshao/anaconda/bin/python brew install postgresql --with-python
brew services start postgresql
— — Set up database and roles
— — Install the .dmg of madlib 1.9.1 downloaded from MADLib website
/usr/local/madlib/bin/madpack -s madlib -p postgres install

 

...