Revision e80adb87444cbba927fa6e0accdc8328a76305e2 authored by Nicolas Dandrimont on 06 October 2015, 11:54:01 UTC, committed by Nicolas Dandrimont on 06 October 2015, 12:01:40 UTC
1 parent 5e7fd18
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