NCATS-Tangerine/ndex-beacon

Name: ndex-beacon

Owner: NCATS Data Translator Project - Tangerine Team

Description: Knowledge Beacon wrapper for the NDex graph repository

Created: 2017-07-20 04:56:46.0

Updated: 2017-07-21 17:43:00.0

Pushed: 2017-11-18 23:39:37.0

Homepage: null

Size: 221

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ndex-beacon

Knowledge Beacon wrapper for the NDex Bio graph repository

Quickstart Using Docker

At the moment Docker is only available to Linux users. Docker can be installed through a shell script available online.

 https://get.docker.com -O install.sh
nstall.sh

Then with Docker installed, you can build an image from the Dockerfile provided in the main directory of this project.

dex
er build -t ncats:ndex .

Within the Docker container, the Springboot Server is set to run at localhost:8080. You can expose and re-map the ports when you run a Docker image with the -p flag.

er run -p 8080:8080 ncats:ndex

Now open your browser to localhost:8080/api to see the application running.


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.