Using jive setup
Use jive setup
after you install the RPM. It provides system requirements and suggestions for configuring your Jive instance.
As you go through the jive setup
, it provides suggestions for your configuration. Use the command-line output to update your configurations. After you make changes, run jive setup
until you get the setup ok
message.
Note: Running jive start
automatically runs jive setup
before starting jive unless you disable it as shown in the following section.
Disabling jive setup
You can skip jive setup by doing one of the following:
-
Tell the start process to not use setup, and only start Jive:
jive start --skip-setup
-
Set the
main.skip_setup
startup property to true:jive set main.skip_setup true
Related