Giter Club home page Giter Club logo

link-ht's Introduction

Link HT

A domain-specific, entity focused search application developed under DARPA's Memex program

Setup

This project is generated by angular-fullstack

Install instructions to set up Link HT on your local machine

We recommend Homebrew to install the project requirements on OSX

  • Update homebrew: brew update
  • Node: brew install node
  • Bower: npm install -g bower
  • Grunt: npm install -g grunt-cli
  • Sass: brew install ruby && gem install sass
  • Jade: npm install jade --global
  • Mongo: brew install mongodb

Currently, we're using

  • node v0.12.7
  • npm 2.11.3
  • bower 1.4.1
  • grunt-cli v0.1.13
  • grunt v0.4.5
  • Sass 3.4.13 (Selective Steve)
  • jade 1.9.2
  • MongoDB shell version: 3.0.2

Next, clone this github repository.

git clone [email protected]:qadium/link-ht.git

Running the app

Next, start mongo. The app will use the server and DB declared in server/config/environment.

mongod

Next, install dependencies with bower and NPM and serve the app.

bower install
npm install
grunt serve

Alternatively,

make all
make serve

Populating local databases

Start mysqld and elasticsearch locally, then

cd pipeline
virtualenv env
source env/bin/activate
pip install -r requirements.txt
cd onetime
LINK_HT_PIPELINE=<URL> ELS_USER=<your user> ELS_PASS=<your password> ELS_HOST=<url> ELS_PORT=<port> python populate_ads.py

link-ht's People

Contributors

echu avatar jjangsangy avatar mattgroh avatar mfaulk avatar qadmt avatar

Watchers

 avatar  avatar

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.