Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
/mnt/opt/infinit.e-install/scripts

Within the scripts directory is a bash script called install.sh that needs to be executed from with terminal to install the packages and data files unpacked into the infinit.e-install directory. The following examples demonstrate how to execute the install.sh script.

Online to the current user's root directory and renames it install.sh, e.g.:

Code Block

~/install.sh

If you are not already in you root directory type the following command within terminal:

Code Block

cd ~

API Node

By default install.sh will create an API Node on a machine that is connected to the internet when Nodewhen you type the following command.

...

Alternatively you could explicitly pass the install mode and node type arguments as shown below.

Code Block
sh install.sh online apinode

Online DB Node

To install a connected DB Node type:

Code Block
sh install.sh online dbnode

Offline API Node

The following command line will install an disconnected API node:

Code Block

sh install.sh offline apinode

Offline DB Node

The following command line will install an disconnected DB node:

Code Block

sh install.sh offline dbnode

3. Configuring the Node via the infinite.configuration.properties.TEMPLATE File

...

Code Block
################################################################################"
IMPORTANT:
Copy /mnt/opt/infinit.e-install/config/infinite.configuration.properties.TEMPLATE to
/mnt/opt/infinit.e-install/config/infinite.configuration.properties and edit the
properties contained within the file to match your deployment environment.
################################################################################

...