lightblue-platform/lightblue-integration-tests

Name: lightblue-integration-tests

Owner: Lightblue Platform

Description: Lightblue integration tests using docker

Created: 2015-03-10 19:43:58.0

Updated: 2015-03-23 17:17:59.0

Pushed: 2015-03-11 16:32:46.0

Homepage: null

Size: 160

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Lightblue integration tests example using Docker. For more information, see:

Configure Docker

You need to have Docker installed, Docker daemon running and Docker remote api exposed. This is how on Fedora 21:

Install Docker
 yum install docker -y
 systemctl enable docker
 systemctl start docker
Enable rest endpoint
 vi /etc/sysconfig/docker

Modify options like this: OPTIONS='--selinux-enabled -H tcp://localhost:4243 -H unix:///var/run/docker.sock'

 systemctl restart docker
Run

Once Docker is installed and configured, all you need to do is: mvn verify


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.