Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 411 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 411 Bytes

chrome-remote-index

Repo Layout

deployment contains the script used to deploy a remote-index serving instance to GCP. It takes care of VM creation and deploying new docker containers.

docker contains the scripts used by remote-index serving instance to fetch new index files and startup the clangd-index-server. It also contains the Dockerfile that containerizes this process.