-
Open the command prompt as an administrator.
-
Extract the contents of rosette-match-studio-dockerless-windows-<version>.zip
using the following command:
tar xf rosette-match-studio-dockerless-windows-<version>.zip
-
Navigate to the match-studio-<version>
directory.
-
Run install_rms.bat
. This script installs Rosette Match Studio and its dependencies.
-
When prompted, provide the location of the rlp-license.xml
file.
-
When prompted, choose whether you want to enable Vault.
-
If you selected Yes:
-
When prompted, enter the token key. In this case it is "rms".
-
When prompted, enter the url for Vault. For example, if local, the URL will be http://localhost:8200.
-
When prompted, enter the token value you recorded in step 7 of the Set Up Vault section.
-
When prompted, choose whether you want to enable SSL.
-
If you selected Yes:
-
When prompted, enter the complete PKCS12 certificate (.p12
) file path.
-
When prompted, enter the PKCS12 certificate password.
-
When prompted, enter the complete client certificate (.pem
) file path.
-
When prompted, enter the client key (.pem
).
Installing RMS Without Internet Access
Rosette Match Studio depends on 3 external packages. These packages are downloaded from the internet by the install script (install_rms.bat
). If the system you are running the install script on does not have internet access, you can download the following packages from the URLs below and place them in the installers directory (match-studio-<version>\installers directory
) manually:
Troubleshooting Installation
Postgres fails with permissions problems on the db_data
folder
-
After running install_rms.bat
, do not start Rosette Match Studio.
-
Manually create the db_data
folder in your match-studio-<version>
directory.
-
Using the File Explorer, right click on the folder and select Properties.
-
Select the Security tab and modify Administrators and Users permissions to include Full control.
-
Return to the command prompt and run the following commands from the match-studio-<version> directory:
-
services\pgsql\bin\initdb -D db_data --no-locale --encoding=UTF8
-
START /B "PostgreSQL" services\pgsql\bin\pg_ctl start -D db_data
-
services\pgsql\bin\createdb idr
-
services\pgsql\bin\psql -d idr -f scripts\rms.sql
-
Start Rosette Match Studio by running startup.bat
.
"jps" command is not found
-
Ensure that your JAVA_HOME system variable is set to your Java 17 JDK directory, and use 8.3 naming scheme (i.e. NOT with spaces), for example: C:\Progra~1\Java\jdk-17.0.5
.
-
Make sure that the JAVA_HOME bin directory is prioritized in the PATH system variable.