Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More doc cleanup #106

Merged
merged 2 commits into from
Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.