swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 3a4616c5b3f3ae4ed520dc2c43008cdc8ba7a1c3 authored by Antoine R. Dumont (@ardumont) on 10 November 2016, 16:18:30 UTC
storage: ctags - Align conflict update policy with license endpoints
Tip revision: 3a4616c
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