Skip to content

Commit

Permalink
More doc cleanup (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrez authored Jun 7, 2023
1 parent 01ba0de commit 0187ab5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 28 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ After you install Manzan with the makefiles:
* The configuration files (`.ini` extension) get created in `/QOpenSys/etc/manzan/`
* Manzan can be started with `/opt/manzan/bin/manzan`


## Building the Distributor component only via Maven

1. `cd Manzan/camel`
2. `mvn compile`
* builds camel into the `camel/target` directory
3. `mvn exec:java`
* this starts the Distributor up on the system.
* If it is run for the first time, it will create empty configuration files (`.ini` extension) into the working directory


### Build Distributor (camel) only

To build only the camel component, you can use `camel` as the target:
Expand Down
12 changes: 5 additions & 7 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<!-- docs/_sidebar.md -->
* [Home](/)
* Install
* [IBM i](install/ibmi.md)
* [Other](install/any.md)
* [Install](install.md)
* [Configuration](config/index.md)
* [Manzan](config/app.md)
* [Data Sources](config/data.md)
* [Destinations](config/dests.md)
* Examples
* [File](examples/file.md)
* [Twilio](examples/twilio.md)
* [Sentry watch](examples/sentry.md)
* Examples
* [File](examples/file.md)
* [Twilio](examples/twilio.md)
* [Sentry watch](examples/sentry.md)
File renamed without changes.
21 changes: 0 additions & 21 deletions docs/install/any.md

This file was deleted.

0 comments on commit 0187ab5

Please sign in to comment.