Martini Runtime installation
This page will discuss how to install the Runtime Edition of Martini on macOS, Linux, and Windows machines.
Hardware and software requirements
Please make sure you have met Martini's prerequisites for seamless installation.
Develop applications on Martini Desktop
To develop and manage applications, you will need Martini Desktop. Using Martini Desktop, you can deploy your applications to a Martini Runtime instance.
Purchasing and downloading
To use the Runtime Edition of Martini, you must subscribe to a Martini Runtime Edition plan. To subscribe, follow the steps below:
- Go to the TORO Marketplace website and log in. You will automatically be redirected to the Account Dashboard page.
- Click Subscriptions, and then Martini Desktop & Runtime from the menu on the left.
-
Click Add Subscription.
A quicker way to do steps #1 to #3
An alternative way to accomplish steps #1 to #3 is by visiting this link and logging in.
-
Select which plan you'd like to subscribe to, and how you would like to pay for it (billing cycle is either annually or monthly). The Martini Runtime Edition has three plans available: Branch, Corporate, and Enterprise. Once done, you can continue the checkout process
- Provide your billing address and payment method.
- Read and agree to the terms of agreement. If you agree to the terms, you will be able to click on Submit.
- Once submitted, you will be redirected to the downloads page. Download the installer which matches the operating system of your choice.
Fresh installation
If you've never installed Martini before or would like to do a clean install of Martini, follow the steps under the respective section of your machine's OS.
Administrator user
For a smooth installation procedure, ensure you are logged in as an Administrator or root user, or have at least the necessary permissions needed to install Martini, especially if you'd like to install Martini as a service.
To install Martini on macOS, you must:
- Mount the downloaded Martini disk image file (
Martini Runtime [version]
) by double clicking on it. - Launch the installation wizard by double-clicking on
Martini Runtime Installer
seen in the mounted folder. - Choose the language that you'd like to use.
- Enter your credentials (if asked).
- Follow the installation procedures.
Warnings that appear when trying to install Martini on macOS
Depending on your version of macOS, you may get a warning when trying to install Martini. Some examples of warning messages include:
- The app wasn't downloaded from the App Store.
- Apple can't check it for malicious software.
- Apple cannot verify the developer.
macOS still allows you to install Martini with these warnings. To open the installer:
- Open System Preferences.
- Click on Security & Privacy.
- Click on the Open Anyway button.
To install Martini on Linux, you must:
cd
to the directory where theMartini_Runtime-[version]_unix.sh
shell executable file is located using a command-line application.-
Use the following command to open the setup wizard:
1
sh Martini_Runtime-[version]_unix.sh
Install with CLI instead of GUI
To install Martini Runtime in a CLI environment (or headless server) instead of using a GUI, add a
-c
flag to the command above. -
Enter your credentials (if asked).
- Choose the language that you'd like to use.
- Follow the installation procedures.
To install Martini on Windows, follow the steps below:
- Open the executable installer file to launch the Martini setup wizard.
- Confirm to run the installer (if asked).
- Choose the language that you'd like to use.
- Enter your credentials (if asked).
- Follow the installation procedures in the wizard.
Install a new license
After installing Martini Runtime, you might have to generate a license; or if you already have a license generated, you will need to install it.
Updating an existing installation
To update an existing installation using the installer:
- Download the new version of the Martini installer for your operating system.
- Open the downloaded executable file and launch the Martini setup wizard using the same procedures described in the fresh installation instructions.
- After following the standard procedures, the installer will ask if you'd like to update the existing installation. Choose 'Yes'.
Overwriting files
The wizard will ask you if you would like to have the following files be overwritten or not:
data/override.properties
data/remote-servers.properties
conf/application.properties
(prompt only appears if file has been modified)conf/MartiniGroovyCompilerConfig.groovy
(prompt only appears if file has been modified)conf/log4j.properties
(prompt only appears if file has been modified)
Ready to start your Martini instance?
Learn all the available methods for launching Martini instances.