File tree Expand file tree Collapse file tree
docs/source/getting-started Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Installation 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments