Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 699 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 699 Bytes

A simple hastag miner/explorer web app for the Growth team @ Premise.

Instructions

  1. Clone this repository
  2. Set up virtual environment (http://virtualenvwrapper.readthedocs.org/en/latest/)
           	pip install virtualenvwrapper ...
           	export WORKON_HOME=~/Envs
           	mkdir -p $WORKON_HOME
           	source /usr/local/bin/virtualenvwrapper.sh
           	mkvirtualenv env1

--Replace env1 with some name you want for the hashtag miner --

How to access:

  1. workon env1
  2. `Pip install –r requirements.txt (only required once)
  3. navigate to the hashtag-miner folder
  4. python manage.py runserver localhost:8000
  5. open web browser to localhost:8000