Skip to content

Commit d51c621

Browse files
author
Matej Groman
committed
Update samples
1 parent 9f4cca5 commit d51c621

6 files changed

Lines changed: 3082 additions & 52268 deletions

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ DepVis is a Proof-of-Concept tool for visualization of open source dependencies
44

55
This tool was developed as part of Master's thesis "Visualization of Vulnerabilities in Open Source Software Dependencies" by Matej Groman at FI MUNI.
66

7+
## Contents
8+
9+
- (dir) sample_bom
10+
- contains sample CycloneDX SBOM files which can be used for DepVis evaluation
11+
- (dir) src/depvis-next
12+
- contains the DepVis application
13+
- .env.example
14+
- example environmental variables used for `docker-compose`
15+
- `docker-compose.yml`
16+
- A Docker Compose file which can be used for local deployment
17+
- `docker-compose-azure.yml`
18+
- A Docker Compose file which can be used for deplyment into Azure Containers
19+
720
## Prerequisites
821

922
- Docker & Docker Compose
@@ -25,7 +38,7 @@ To make deployment easier, a `docker-compose.yml` files are used to define compl
2538

2639
- Clone this repository
2740
- Create environment variables file for docker compose - check [example](./.env.example) for supported variables.
28-
- Minimum required are: `NEO4J_PASSWORD` and `REDIS_PASSWORD`.
41+
- Minimum required are: `NEO4J_PASSWORD` (8 characters) and `REDIS_PASSWORD`.
2942
- Optionally you can create environment variables file according to sample file in Next.js app - [example](./src/depvis-next/.env.production.example) and edit `docker-compose.yml` accordingly.
3043
- To build all services use `docker-compose build`
3144
- Start all services using `docker-compose up`

0 commit comments

Comments
 (0)