Demo Video (< 5 minutes)
- Setup environment
$ vim ~/.bash_profile
- export RECOGNIZER_PRJ_DIR=/path/to/recognizer/
- export SPARK_HOME=/path/to/spark-1.6.1/
- export MONGODB_HOME=/path/to/mongodb-3.2.6/
$ source ~/.bash_profile
$ sbin/start-all.sh
- Open new Terminal Tab
cd ${RECOGNIZER_PRJ_DIR}web-nodejs
$ foreman start web