Skip to content

Configuring JQM

jackpay edited this page Jan 24, 2020 · 1 revision

The vast majority of controller operations in JQM is performed using $JQM_ROOT/jqm.sh

Below are some of the key instructions for initial configuration.

For more detail, please refer to the documentation found here: https://jqm.readthedocs.io/en/jqm-all-2.2.1.

Creating an admin node: The name of a node is based on the global parameter $NODE_NAME so this will need to be changed to something appropriate for the admin node.

  • export NODE_NAME=admin Use jqm.sh to create the node.
  • $JQM_ROOT/jqm.sh createnode.

Clone this wiki locally