Revision 1350fc90a32c2b5054538987bbf6531d1230623c authored by Nicolas Dandrimont on 07 October 2015, 16:39:06 UTC, committed by Nicolas Dandrimont on 07 October 2015, 16:43:25 UTC
1 parent c4b1345
Raw File
README.dev
# A test server should be running for tests

Sample configuration (e.g. ~/.config/swh/storage.ini):

    [main]
    db=dbname=softwareheritage-dev
    storage_base=/tmp/swh/storage/

Note: `storage_base` entry referenced should exist.

# Start

python3 -m swh.storage.api ~/.config/swh/storage.ini
back to top