Spaces:
Sleeping
Sleeping
| # 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 | |