commit | 2f18d9c25806664e2910b39b792204b4d6f1b504 | [log] [tgz] |
---|---|---|
author | Timoney, Dan (dt5972) <dt5972@att.com> | Thu Apr 26 11:06:30 2018 -0400 |
committer | Timoney, Dan (dt5972) <dt5972@att.com> | Thu Apr 26 11:28:34 2018 -0400 |
tree | 0c5eddde3cbfbfa9eb6efdaef0ff58c240b65a51 | |
parent | ee065f09ddf9ebab302cfd268162d56c68ef8b2d [diff] |
Move pip installs from Dockerfile Pip install seems to fail in Dockerfile. Instead, move pip installs to a startup script so that they can be done on initial container startup. Change-Id: I3125307d5f9bfc980d8f9ed0bba108a5536548fd Issue-ID: SDNC-288 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Former-commit-id: 3c48ffbeda720569fbfb8fac3e5db1cd0551474b
This source repository contains the code for SDN Controller operations, administration and maintenance utilities. This code depends on the following, which should be downloaded and compiled first:
To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".