You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and <https://github.com/fossology/fossology/wiki/FOSSology-REST-API>
30
+
* Open Swagger editor at <http://editor.swagger.io/>
31
+
* Load FOSSology API description from <https://raw.githubusercontent.com/fossology/fossology/master/src/www/ui/api/documentation/openapi.yaml>
31
32
* Modify in the editor the server URL so match your instance
32
33
* Use the access token generated by FOSSology to authorize
33
34
Swagger to access your FOSSology instance.
@@ -36,16 +37,16 @@ More information about FOSSology can be found [here](https://www.fossology.org/.
36
37
37
38
* Install Docker for Windows
38
39
* Switch to Linux Containers
39
-
* Open a PowerShell window and run
40
+
* Open a PowerShell window and run
40
41
```docker pull fossology/fossology```
41
42
* Start FOSSology via the command
42
43
```docker run -p 8081:80 fossology/fossology```
43
-
* Open the following URL in a browser:
44
-
http://localhost:8081/repo/
44
+
* Open the following URL in a browser:
45
+
<http://localhost:8081/repo/>
45
46
* Login via the admin account
46
47
user = ```fossy```, pwd = ```fossy```
47
48
* Start the demo application and create a token
48
-
* Optionally create a folder and upload a package
49
+
* Optionally create a folder and upload a package
49
50
50
51
## License
51
52
@@ -59,3 +60,7 @@ You may obtain a copy of the License at
59
60
60
61
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
61
62
See the License for the specific language governing permissions and limitations under the License.
63
+
64
+
## SBOM
65
+
66
+
For an up-to-date CycloneDX SBOM, please have a look at the [SBOM](https://github.com/fossology/FOSSology.REST.dotnet/tree/master/SBOM) folder.
0 commit comments