Versions Compared

Key

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

Multiexcerpt include macro
nameSystem requirements...
pageInstall CodeMRI® on Windows

Multiexcerpt include macro
namePreface
pageInstall CodeMRI® on Windows

Anchor
PREP
PREP

Installation Instructions

Info

Upgrade Notice

Prior to version 1.24.27, CodeMRI® Platform required a separate installation of Understand. Beginning with CodeMRI® Platform 1.24.27, this requirement has been lifted. You may uninstall Understand by removing the /opt/understand directory.

1. Prepare for Install

1.1. Create and or navigate to the directory in which CodeMRI® (CMRI) will be installed.

...

1.3. If there is enough storage in the desired location, proceed to the installation.

Anchor
DL_CMRI
DL_CMRI

2. Download & Install CodeMRI® (CMRI)

2.1. Navigate to CodeMRI.com and sign In. If this is a new account, click sign up.  Navigate to your email client and validate the email. This email address will become the username for this account.

...

$ unzip <CMRI Platform zip filename>

If there is no preexisting unzip program, run:

$ apt-get install unzip

On Red Hat and CentOS platforms, you will need to install unzipbzip2, and some X11 libraries

...

2.9. You must log out and log in again to use CMRI.

Anchor
START
START

3. Start CodeMRI®

...

multiexcerpt-

...

macro
nameCMRI should now be operational...

...

3.1. CMRI should now be operational, start Command Prompt and run the command cmri --help. You should see the following output on your terminal:

Welcome the CodeMRI(R) CLI Reference. The CodeMRI(R) Command-line Interface (CLI) provides an easy to use interface for administering and using your CodeMRI(R) product. To get started, see General Invocation.

Multiexcerpt

...

-macro
namevault create

...

fallbackfalse

a. Press q then enter to return to the terminal.

3.2. Before using CMRI, you will need to create a vault. It's recommend to create a folder called “vault”.

a. Using CMRI in the installation directory will cause complications, you must create the vault in a different directory. 

b. Navigate to the directory where you want your vault to be created. Alternatively, specify the directory path using the --vault flag for the command below.

c. Run cmri vault create and answer the prompts given.

d. Contact information for vault creation does not need to match the license email.

Multiexcerpt-macro
nameWould you like to create a new vault...
fallbackfalse

3.3. Create and select a project.

a. Start the shell by running cmri shell.

b. Use the project add command to add a new project. CodeMRI will select the project automatically after it is added.

> project add --name ProjectName

==================================
1 projects and 0 systems selected.

3.4. Create and select a system.

a. Use the system add command as shown below to add a new system. CodeMRI will select the system automatically after it is added:

> system add --name ProjectName --version 47.

...

0 --origin "/path/to/code/"
Successfully added new system to selected project(s).

==================================
1 projects and 0 systems selected.

b. Note that the code (system) added can be compressed or uncompressed.

Multiexcerpt include macro
nameWhat would you like to name the system...
pageInstall CodeMRI® on Windows

...