-
Notifications
You must be signed in to change notification settings - Fork 18
Running SW360 with Fossology and CVE search #49
Comments
Yes, you start with an empty DB. But even with a fossology connection you will not get data. We use that connection only to send artifacts from SW360 to FOSSology to initiate a scan. We do not fetch data from FOSSology. But since we have a REST interface, one could use that to write data from other services to SW360 |
I think that the docker containers of FOSSology by default have no SSH installed and thus can not be connected to SW360 |
Thanks for the quick response! I have watched the talk from Mr. Kristan on youtube. The SW360 demo within the talk contains a lot of functionality like adding a new project to SW360, managing licences, etc., is this part of this docker image or is this added by the REST interface? I cloned this repository and called the perl script with the following parameters |
sure, this is part of the SW360 application, REST is only an addition if one wants to import lots of data from another system.
It looks like that you have not yet deployed SW360 itself. Between the To get the wars, compile [1]. You can compile and move the war files by maven itself via the following commands:
|
I have created #50 which will hopefully clearify that part. |
Thanks for creating the new commit, this will improve the documentation a lot. Actually I have deployed the SW360 war files and the Liferay infrastructure has changed the design. Furthermore, some functionality was added. I tried to import users of the |
You need to import the lar files again (e.g. they have to be imported after the war's are deployed). You might have to start from scratch. |
The lar files were imported before the |
Yes, it might help |
I created a completely new docker container and did the whole Liferay-Deploy wiki. In the end I found the import users button inside the |
you might have imported the private pages as public pages? |
yeah you were right, I imported the private pages into the public pages ... |
I tried running SW360 and FOSSology together but an exception appears. General Structure: The appeared exception message is not very detailed, do you have any hints? Exception:
|
I think that the hostname |
Hello all,
I want to run SW360 together with Fossology and CVE search is this possible with the existing docker image?
Where should the Fossology configuration be done? - I assume in the configuration.yml but in the wiki entry the /backend/src/src-fossology/src/main/resources/fossology.properties file is referenced. Furthermore, my SW360 portal tabs (Components, Licences, ECC, etc.) are empty - should they all be empty as long as no connection with Fossology is established?
What I have already done:
Thanks in advance!
The text was updated successfully, but these errors were encountered: