Versions Compared

Key

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

...

Code Block
- To allow the LOCAL user to run the "cmri" command outside of /srv/cmri/bin: 
    - save the following entry in the local users .bashrc file: export PATH=/srv/cmri/bin:$PATH
- To allow the ALL users to run the "cmri" command outside of /srv/cmri/bin:
    - create the file /etc/profile.d/99-codemri-platform.sh with the following content: export PATH=/srv/cmri/bin:$PATH

Step 1: Run the server setup script

...

:

Info

CMRI versions prior to 1.24.50 must run the

...

setup script as root

...

.

Code Block
$ sudo -i
# cd /srv/cmri
# ./setup-server.sh

...