Skip to content

jpgarbanzo/who-knows

Repository files navigation

installation

Make sure you have nodejs installed

run sudo npm install -d

mongo

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 -- recv 7F0CEB10

echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list

sudo apt-get update

sudo apt-get install -y mongodb-org

Configure elastic search

sudo add-apt-repository ppa:webupd8team/java

sudo apt-get update

sudo apt-get install oracle-java7-installer

wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.7.deb

sudo dpkg -i elasticsearch-0.90.7.deb

Add data and analizer/index configuration to solr user expertise core

Run on the console content of ./config/config.yml

Add data to mongo run ./data/delta/1.js

Run the application

Execute ./bin/www

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published