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- Installation documentation to set up purldb and SCIO instances together so we have :
4+ This document explains how to install PurlDB and ScanCode.io ( SCIO) together to set up the following components :
55
6- - a main SCIO server for scanning and matching code
7- - a PurlDB instance for storing package scans and matching data
8- - SCIO workers for the purldb instance to scan and index packages.
6+ - A main SCIO server for scanning and matching code
7+ - A PurlDB instance for storing package scans and matching data
8+ - SCIO workers for the PurlDB instance to scan and index packages
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Restore PurlDB database from backup
3636.. code-block :: console
3737
3838 docker compose stop
39- docker compose up --detatch db
39+ docker compose up --detach db
4040
4141 2. Drop current PurlDB database.
4242
@@ -55,5 +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 bash
59- 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