Revision b3aac6a9c2dd754d3d508fc6eaa4775a0a369e50 authored by Nicolas Dandrimont on 05 October 2015, 16:38:05 UTC, committed by Nicolas Dandrimont on 05 October 2015, 16:38:05 UTC
1 parent 3c1f401
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