sw360 / sw360chores

WARNING - Work in Progress - It is not Bug Free! Use with Caution. This repository contains Dockerfiles and accompanying scripts that allow deployment of sw360 via docker
Eclipse Public License 1.0
13 stars 18 forks source link

Container for SW360 REST service added #14

Closed bs-jokri closed 7 years ago

bs-jokri commented 7 years ago

Add docker containers which run the sw360rest-server. For this there are two services added to the docker-compose configuration, i.e.

Before building the rest containers

One has to

How to get an authorization token

To get an authorization token one can run

$ docker exec -it deployment_sw360restAuthorization_1 ./gradlew printAccessToken

Note

while building this clones sw360rest from github and thus needs configured proxy settings in some environments.

maxhbr commented 7 years ago

@toedter: This could be interesting for you

maxhbr commented 7 years ago

This is outdated and one should use the images provided by sw360rest