Revision ee53e7191555c9dbd494df5fa702b9567e4be6c0 authored by Antoine R. Dumont (@ardumont) on 06 November 2015, 16:13:19 UTC, committed by Antoine R. Dumont (@ardumont) on 06 November 2015, 16:13:19 UTC
1 parent 0b26f97
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

local only:

    python3 -m swh.storage.api.server ~/.config/swh/storage.ini

local only but accessible from other machine:

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