Skip to content
Sebastian Fischer edited this page Dec 9, 2017 · 1 revision

When running the frontend API on your own computer for development, you will need to forward the Elasticsearch port from the VM to your computer. The following SSH command does this (replace <user> with your user name and <ip> with the IP of the VM):

ssh -N -L 9200:localhost:9200 <user>@<ip>
Clone this wiki locally