Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 756 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 756 Bytes

Bundox

Source Code Documentation Viewer. Basically a centralized Dash. Uses the same docset format.

Swagger API Endpoint

Swagger seems to need a hardcoded url. Edit src/main/resources/com/fiftycuatro/bundox/config/war_filters.properties to set the path. You should only have to change the bundox.host.

Elasticsearch Cluster

The elasticsearch cluster must be named bundox. Edit /etc/elasticsearch/elasticsearch.yml, uncomment cluster.name and update to bundox

OCP Rewrite

This relies on a patch version of OCP Rewrite. Download from the fillet54 fork checkout transposition-workaroundand buildconfig-servlet mvn clean install -DskipTestsand finally buildrewrite-servlet mvn clean install`