Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Installing infinit.e-db-instance

To install from the Ikanow repo, simply run:

Code Block
yum installĀ infinit.e-db-instance

For offline installs:

Within terminal navigate to the directory that contains the infint.e-db-instance RPM and type the following command to start the installation process:

Code Block
yum --disablerepo=* localinstall infinit.e-db-instance-*.rpmĀ --nogpgcheck

Note: Starting the MongoDB server can take a long time due to the need to replicate existing data sources or simply allocating new data file space on the server. Be patient.

UninstallingĀ infinit.e-db-instance

(For example, if problems occur and you need to re-install)

Note that uninstalling the RPM does not remove the DB store itself, only the configuration and binaries. To remove the database entirely (make sure this is what you actually want to do!), also "rm -rf /opt/db-home/data".