2018-03-25 20:20:40 -05:00
|
|
|
---
|
|
|
|
|
title: Initial Startup
|
|
|
|
|
category: Getting Started
|
|
|
|
|
chapter: 1
|
|
|
|
|
order: 4
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
Upon starting Dependency-Track for the first time, multiple tasks occur including:
|
|
|
|
|
|
|
|
|
|
* Generation of default objects such as users, teams, and permissions
|
|
|
|
|
* Generation of secret key used for JWT token creation and validation
|
|
|
|
|
* Population of CWE and SPDX license data
|
2022-04-08 19:19:09 +02:00
|
|
|
* Initial mirroring of all supported vulnerability datasources (National Vulnerability Database, GitHub Advisory Database, etc)
|
2018-03-25 20:20:40 -05:00
|
|
|
|
2022-04-08 19:19:09 +02:00
|
|
|
> The initial mirroring may take between 10 - 30 minutes or more. Do not interrupt this process. Wait for the
|
2018-03-25 20:27:44 -05:00
|
|
|
> completion of all mirroring tasks before shutting down the system. These tasks can be monitored by watching
|
2019-09-28 22:59:32 -05:00
|
|
|
> `dependency-track.log` or the Docker containers console.
|
2018-03-25 20:20:40 -05:00
|
|
|
|
|
|
|
|
#### Default credentials
|
|
|
|
|
|
|
|
|
|
An administrative account is created on initial startup with the following credentials:
|
|
|
|
|
* username: admin
|
|
|
|
|
* password: admin
|
|
|
|
|
|
2019-09-28 22:59:32 -05:00
|
|
|
Upon first login, the admin user is required to change the password.
|