Skip to content

Commit 469c506

Browse files
authored
Merge pull request #842 from aboutcode-org/update-docs
Update formatting
2 parents a2a843f + 8421676 commit 469c506

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Installation with ScanCode.io
22
===============================
33

4-
This document explains how to install PurlDB and ScanCode.io (SCIO) together to set up the following components:
4+
This document explains how to install PurlDB and ScanCode.io (SCIO) together to
5+
set up the following components:
56

67
- A main SCIO server for scanning and matching code
78
- A PurlDB instance for storing package scans and matching data
8-
- SCIO workers for the PurlDB instance to scan and index packages
9+
- SCIO workers for the PurlDB instance to scan and index packages

docs/source/getting-started/tasks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ Restore PurlDB database from backup
5555
.. code-block:: console
5656
5757
docker cp <path to backup.dump> purldb-db-1:/tmp
58-
docker compose exec db pg_restore --verbose -U packagedb -d packagedb /tmp/backup.dump
58+
docker compose exec db pg_restore --verbose -U packagedb -d packagedb /tmp/backup.dump

0 commit comments

Comments
 (0)