Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • W Wiki Home
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
Collapse sidebar
  • VM4SEC Wiki
  • Wiki Home
  • Wiki
  • VM4SEC Dashboard

VM4SEC Dashboard · Changes

Page history
Update VM4SEC Dashboard authored 3 years ago by Miltos's avatar Miltos
Show whitespace changes
Inline Side-by-side
Showing
with 16 additions and 0 deletions
+16 -0
VM4SEC-Dashboard.md
View page @ caaf6c1f
...@@ -61,3 +61,19 @@ npm install ...@@ -61,3 +61,19 @@ npm install
npm start npm start
``` ```
- **Step 6**: Visit http://localhost:3004/ to navigate to the VM4SEC dashboard. You should be able to access the dashboard home page. - **Step 6**: Visit http://localhost:3004/ to navigate to the VM4SEC dashboard. You should be able to access the dashboard home page.
# MongoDB
A MongoDB is necessary for storing the results of the analysis that is performed by the individual services of the VM4SEC Platform. The VM4SEC Dashboard uses this MongoDB in order to keep the results of each analysis.
The process of setting up a database for the VM4SEC Platform is simple. The user just needs to deploy the latest MongoDB instance from DockerHub. In particular, the following command needs to be executed:
```
docker run --detach \
-p 27017:27017 \
--name mongodb \
--volume path/to/mongo_data:/data/db \
mongo
```
It should be noted that a _volume _is necessary in order to permanently store the results of the analysis. If this parameter is not set, the results that are stored in the database are lost every time you restart the docker container.
\ No newline at end of file
Clone repository
  • Project Management API
  • Quantitative Security Assessment (QSA)
  • VM4SEC Dashboard
  • Vulnerability Prediction (VP)
  • Walkthrough
  • Home

Menu

Explore Projects Groups Snippets