Skip to content
GitLab
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 Mar 10, 2022 by Dimitris Tsoukalas's avatar Dimitris Tsoukalas
Hide whitespace changes
Inline Side-by-side
VM4SEC-Dashboard.md
View page @ a1698cef
......@@ -34,9 +34,9 @@ npm install
```bash
npm start
```
- **Step 5**: Visit http://localhost:3004/ to navigate to the VM4SEC dashboard. You should be able to access the dashboard home page.
- **Step 5**: Visit http://localhost:3000/ to navigate to the VM4SEC dashboard. You should be able to access the dashboard home page.
# Installation of SDK4ED Dashboard using Docker
# Installation of SDK4ED Dashboard using Docker (recommended)
Alternatively, you can install the VM4SEC Dashboard using Docker.
- **Step 1**: Download and install [Docker](https://www.docker.com/).
- **Step 2**: Clone the latest VM4SEC Dashboard version that can be found in the present Gitlab repository and navigate to the root directory.
......@@ -48,7 +48,7 @@ cp ./.env-default ./.env
- **Step 4**: Open cmd and run:
```
sudo docker run -it \
--publish 3004:3000 \
--publish 3000:3000 \
--name vm4sec-dashboard \
--mount src=<path_to_vm4sec-dashboard_folder>,target=/mounted_folder,type=bind \
node
......@@ -64,7 +64,7 @@ cd mounted_folder
npm install
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:3000/ to navigate to the VM4SEC dashboard (change the port accordingly in case you updated it in the `docker run` command). You should be able to access the dashboard home page.
# MongoDB
......
Clone repository
  • Project Management API
  • Quantitative Security Assessment (QSA)
  • VM4SEC Dashboard
  • Vulnerability Prediction (VP)
  • Walkthrough
  • Home