Vispana assumes that an application is running with name default
.
This project includes a sample application that can be deployed to vespa (in docker).
To deploy and feed the app one can use the vespa cli. It can be installed with brew:
brew install vespa-cli
-
Have vespa running in docker.
-
Setup vespa-cli to point to the vespa container (localhost:8080)
vespa config set target local
- Deploy the sample app
vespa deploy --wait 300 sample-app
- Feed sample data into the app
vespa feed sample-app/sampledata/vespa_msmarco.json