Update the configuration in application.properties
BetterDocs is built by SBT
$ sbt
$ > project core
$ > run
Then select com.betterdocs.spark.CreateIndexJob
to run the Spark job that creates index which can be digested by elasticsearch.
Please install elasticsearch from here. Once the elasticsearch service is running "locally". Run,
$ bin/upload_to_es.sh
This will upload the index generated by the job in previous step to elastic search server.
Clone this and import it into idea and setup Idea home as SDK.
Once jar is built goto Settings -> Plugins -> Install from disk -> Select the plugin jar -> Restart(to use plugin)