Skip to content

Commit

Permalink
chore: Fix links in the quick-start-guide-and-build.md (#495)
Browse files Browse the repository at this point in the history
Signed-off-by: Taras Drozdovskyi <[email protected]>
  • Loading branch information
tdrozdovsky authored Apr 22, 2024
1 parent b397c38 commit b3ae2ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/quick-start-guide-and-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,17 +171,17 @@ Before building _LPVS_ from source code, ensure that you have the following prer
mysql -u[username] -p[password] < src/main/resources/database_dump.sql
```

2.5 Fill in the `license_list` and `license_conflicts` tables with the information about permitted, restricted, and prohibited licenses, as well as their compatibility specifics. You can find an example database dump file in the repository at [`src/main/resources/database_dump.sql`](src/main/resources/database_dump.sql).
2.5 Fill in the `license_list` and `license_conflicts` tables with the information about permitted, restricted, and prohibited licenses, as well as their compatibility specifics. You can find an example database dump file in the repository at [`src/main/resources/database_dump.sql`](../src/main/resources/database_dump.sql).

2.6 Update the following lines in the [`src/main/resources/application.properties`](src/main/resources/application.properties) file:
2.6 Update the following lines in the [`src/main/resources/application.properties`](../src/main/resources/application.properties) file:
```properties
spring.datasource.username=username
spring.datasource.password=password
```

### 3. Setting up _LPVS_ `application.properties`

Fill in the following lines in the [`src/main/resources/application.properties`](src/main/resources/application.properties) file:
Fill in the following lines in the [`src/main/resources/application.properties`](../src/main/resources/application.properties) file:

```properties
# GitHub configuration (github.token and github.secret required)
Expand Down

0 comments on commit b3ae2ec

Please sign in to comment.