|
All checks were successful
Server tests / build (push) Successful in 26s
|
||
|---|---|---|
| .. | ||
| local_server.py | ||
| README.md | ||
The local server needs a little bit of preparation:
First, change submit button to point to http://127.0.0.1:8000/store-data
Then, set up the dataset and the receiving end.
datalad create -d /tmp/sfb-test
git init --bare /tmp/sfb-test-entrystore
git -C /tmp/sfb-test remote add entrystore /tmp/sfb-test-entrystore
datalad push -d /tmp/sfb-test --to entrystore
Run the server with python3 tools/local_server.py.