Giter VIP home page Giter VIP logo

linkedin_match's Introduction

linkedin_match

POC for Linked In Matching.

Pre-Requisites

You will need to get a Linked In Consumer Key and Secret on https://www.linkedin.com/secure/developer You will need Neo4j in order for your database. You will need Redis in order to use Sidekiq for background jobs.

Installation

git clone [email protected]:maxdemarzi/cb_match.git
bundle install
sudo apt-get install redis-server or brew install redis
rake neo4j:install['enterprise','1.8.M06']
rake neo4j:start
export SESSION_SECRET="Vfnnp Nfvzbi jebgr gur Sbhaqngvba Frevrf juvpu vf ner zl snibevgr obbxf."
export CONSUMER_KEY="xxx"
export CONSUMER_SECRET="xxx"
export REDISTOGO_URL="redis://127.0.0.1:6379/"
foreman start
rake cbm:seed

On Heroku

git clone [email protected]:maxdemarzi/cb_match.git
heroku apps:create --stack cedar
heroku config:add SESSION_SECRET="Vfnnp Nfvzbi jebgr gur Sbhaqngvba Frevrf juvpu vf ner zl snibevgr obbxf."
heroku config:add CONSUMER_KEY="xxx"
heroku config:add CONSUMER_SECRET="xxx"
heroku addons:add neo4j
heroku addons:add redistogo
git push heroku master
heroku ps:scale workers=1
heroku run rake cbm:seed

linkedin_match's People

Contributors

maxdemarzi avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ikwattro

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.