The shipment includes the following files:
-
Unzip the file rosette-match-studio-dockerless-linux-1.1.0.zip
or rosette-match-studio-dockerless-macOS-1.1.0.zip
.
It will create a folder named match-studio-1.1.0.
Copy the file rlp-license.xml
to the match-studio-1.1.0/bt_roots/licenses
directory.
Verify that JAVA_HOME
is set.
-
Rosette Match Studio depends on 3 external packages:
These packages are downloaded by the startup script (startup.sh
). If you already have a version of them installed and running, update the startup script with the ports. Match Studio will verify the installation and use the installed version.
You can also download these packages from the URLS above and place them in the match-studio-1.1.0/installers
directory.
-
From the match-studio-1.1.0/ directory run the startup script.
./startup.sh
This script installs and runs the external packages and brings up the Match Studio instance. Running this script requires at least 4GB of available RAM for Elasticsearch to run.
-
View the UI.
Open Chrome browser to http://localhost:8090.
Note
If you are running from a server, replace localhost with the IP address of the server.
-
Shutdown the application:
./shutdown.sh
If in the process of startup there is a failure take the following steps:
Run ./shutdown.sh
.
Navigate to the services folder and delete all the sub folders.
Delete the directory match-studio-1.1.0/db_data
.
Restart.