Bundle webserver binary
What does this MR do and why?
This MR adds zoekt-webserver
to the project. That way we can start expanding gitlab-zoekt-webserver
with the endpoints we need for &13923 (closed)
How to set up and validate locally
- Set up Zoekt in GDK
make build_web
gdk stop zoekt-webserver-development
./bin/gitlab-zoekt-webserver -index $GDK_DIR/zoekt-data/development/index -rpc -listen :6090
- Perform a Zoekt search in GDK
Edited by Dmitry Gruzd