Skip to content

Commit

Permalink
More documentation fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrez committed Jun 7, 2023
1 parent 20c644d commit aba9280
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 24 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
4 changes: 1 addition & 3 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<!-- 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)
Expand Down
File renamed without changes.
21 changes: 0 additions & 21 deletions docs/install/any.md

This file was deleted.

0 comments on commit aba9280

Please sign in to comment.