Sage-Bionetworks/bridge-workers

Name: bridge-workers

Owner: Sage Bionetworks

Description: null

Created: 2015-08-31 18:22:44.0

Updated: 2015-09-09 19:30:26.0

Pushed: 2015-10-02 15:27:51.0

Homepage: null

Size: 227

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

bridge-workers

Prerequisites
Test
  1. Start a Redis container.

     docker run --name redis -d redis:3.0.4
    
  2. Build the workers image.

     docker build -t sage/bridge-workers .
    
  3. Start the workers container and link it to Redis.

     docker run \
    HOME/.aws:/root/.aws:ro \
    HOME/.bridge/workers.conf:/root/.bridge/workers.conf:ro \
    PWD:/bridge-workers \
    nk=redis:redis \
    t sage/bridge-workers /bin/bash
    
  4. In the workers container, cd bridge-workers, and then test ./gradlew check or run the app ./gradlew run.

Deploy

(To be written)


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.