blob: 8e3278d36dced11a3414220b3a9205be77e68126 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
|