Skip to content

Instantly share code, notes, and snippets.

@mylamour
Last active August 31, 2018 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mylamour/1a4027f7fb0c94061e0e5a1457221698 to your computer and use it in GitHub Desktop.
Save mylamour/1a4027f7fb0c94061e0e5a1457221698 to your computer and use it in GitHub Desktop.
#code searching#

https://github.com/etsy/hound/

step 1: vim config.json

{
    "max-concurrent-indexers" : 2,
    "dbpath" : "data",
    "repos" : {

        "SomeGitRepo" : {
                        "url" : "https://www.github.com/mylamour/autoclf.git"
          }
        }
    }
}

step 2: run it:

docker run --rm -it -p 6080:6080 --name hound -v /root/tools:/data etsy/hound

@mylamour
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment