Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 671 Bytes

SAMPLEAPP.md

File metadata and controls

31 lines (24 loc) · 671 Bytes

Sample app setup

Vispana assumes that an application is running with name default. This project includes a sample application that can be deployed to vespa (in docker).

Pre-requisites

To deploy and feed the app one can use the vespa cli. It can be installed with brew:

brew install vespa-cli

Setup

  1. Have vespa running in docker.

  2. Setup vespa-cli to point to the vespa container (localhost:8080)

vespa config set target local
  1. Deploy the sample app
vespa deploy --wait 300 sample-app
  1. Feed sample data into the app
vespa feed sample-app/sampledata/vespa_msmarco.json