diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2019-12-17 15:30:18 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-01-07 13:01:26 +0000 |
commit | cc7624d37643a96222e7c0777a625b72623c3d46 (patch) | |
tree | c9ee9c13d541dc6bdd0cba81a9931cd37629d02f /bootstrap/codesearch | |
parent | e7f0927c790ee508269842caab82a5291341260f (diff) |
Describe purpose of Hound code search environment
Issue-ID: ONAPARC-540
Change-Id: Ie7db4cb6925501fd44dc0372f0a1305463a7e7cc
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Diffstat (limited to 'bootstrap/codesearch')
-rw-r--r-- | bootstrap/codesearch/README.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bootstrap/codesearch/README.rst b/bootstrap/codesearch/README.rst new file mode 100644 index 000000000..8e3278d36 --- /dev/null +++ b/bootstrap/codesearch/README.rst @@ -0,0 +1,17 @@ +============================================ + ONAP Integration > Bootstrap > Code search +============================================ + +This directory contains a set of Vagrant scripts that will automatically set up a Hound_ instance +with config generator to index all ONAP code. + +This is intended to show a beginning ONAP developer how to set up and configure an environment that +allows to search through ONAP code repositories quickly. It is not intended to be used as +a production code search solution. + +`Upstream Docker image` has not been used due to lack of project activity. This environment +(together with daemon configuration generator) might be migrated to a new Docker image recipe in +future, though. + +.. _Hound: https://github.com/hound-search/hound +.. _`Upstream Docker image`: https://hub.docker.com/r/etsy/hound |