About the installation scripts
Use the node command for running the IBM Architecture Room LIVE! installation and deployment scripts.
List of installation scripts
The following table summarizes the scripts that are used, what the scripts do, and what they assume from the environment:preinstall-dr.js | Downloads the Mongo database and the PM2 process management application from the internet. The license agreements of these applications prevent us from bundling them with IBM Architecture Room LIVE!. This script must be run on a computer with internet access. |
install-dr.js | Installs the Mongo database and the PM2 process management application. Run this script on the computer where you want to install the IBM Architecture Room LIVE! web server. No internet access is required. |
deploy-dr.js | Starts the Mongo database and launches the IBM Architecture Room LIVE! web server. Run this script on the same computer where the install-dr.js script was run. |
Note: On Linux, the Mongo database is not
downloaded and installed automatically by the scripts. For this reason, the best way to install
Mongo on Linux is to use the package management system that
is provided by each Linux distribution. See Mongo documentation for more information.