Spaces:
Running
Running
# Jump to root directory | |
cd "$( dirname "${BASH_SOURCE[0]}" )"/../.. || exit 1 | |
export GO111MODULE=on | |
export DEVELOPMENT_UI=on | |
go run ./cmd/weaviate-server \ | |
--scheme http \ | |
--host "127.0.0.1" \ | |
--port 8080 \ | |
--config-file=tools/dev/config.local-no-network.yaml | |