Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
More formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KristaHyer committed Jun 2, 2017
1 parent 33dd4a2 commit 0a5a56a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/Manual_Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,13 @@ The `set id` is an integer, and each Shared iFCs set must have a unique `set id`
The `iFC` is an iFC, in XML format.

There must be exactly one `SharedIFCsSets` element, which can contain multiple `SharedIFCsSet` elements (the minimum number of `SharedIFCsSet` elements is zero).

Each `SharedIFCsSet` element can contain multiple `InitialFilterCriteria` elements (the minimum number of `InitialFilterCriteria` elements is zero), and must contain exactly one unique `SetID` element.

To change the Shared iFC configuration, edit this file on any Sprout node, then upload it to the shared configuration database by running `sudo cw-upload_shared_ifcs_xml`.

To validate the Shared iFC configuration file before uploading it, run the command `sudo cw-validate_shared_ifcs_xml <file_location>` on the Sprout node the file is present on.

To remove the Shared iFC configuration, run the command `sudo cw-remove_shared_ifcs_xml` on any Sprout node.

### Default iFC configuration
Expand All @@ -366,5 +369,7 @@ The `iFC` is an iFC, in XML format.
There must be exactly one `DefaultIFCsSet` element, which can can contain multiple `InitialFilterCriteria` elements (the minimum number of `InitialFilterCriteria` elements is zero).

To change the Default iFC configuration, edit this file on any Sprout node, then upload it to the shared configuration database by running `sudo cw-upload_default_ifcs_xml`.

To validate the Default iFC configuration file before uploading it, run the command `sudo cw-validate_default_ifcs_xml <file_location>` on the Sprout node the file is present on.

To remove the Default iFC configuration, run the command `sudo cw-remove_default_ifcs_xml` on any Sprout node.

0 comments on commit 0a5a56a

Please sign in to comment.