Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 511 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 511 Bytes

Semantic-Index Installation Instruction

setup environment

  • install postgres

install required python packages

  • pip install django
  • pip install psycopg2
  • pip install stemming

download semantic-index

make configuration changes

  • setup postgres database
  • create database nlp
  • install schema python manage.py syncdb

running in development mode

  • run semantic-index server python manage.py runserver