SemanticSearchPOC / tools /dev /run_test_server.sh
KevinStephenson
Adding in weaviate code
b110593
raw
history blame
259 Bytes
#!/bin/bash
# Jump to root directory
cd "$( dirname "${BASH_SOURCE[0]}" )"/../.. || exit 1
go run ./cmd/weaviate-server \
--scheme http \
--host "127.0.0.1" \
--port 8080 \
--config-file=tools/dev/config.json \
--config janusgraph_test