Forum Discussion

Rishabhwal's avatar
Rishabhwal
Occasional Contributor
7 years ago

Soapui Pro installation on headless machine

Hi,

 

I need to install SoapUI on a RHEL machine without human interaction, including the floating license.

when i did that on 1 machine i had to press keys to navigate through T&C. The requirement is not to interact with GUI and install it.

can someone please advise me here.

 

I have to use Ansible code to install everything.

1 Reply

  • StevenColon's avatar
    StevenColon
    SmartBear Alumni (Retired)

    Thank you for posting in our Community Forums. 

     

    To checkout a floating license headlessly, please refer to the documentation that I linked below.

     

    https://support.smartbear.com/readyapi/docs/general-info/licensing/headless/floating.html

     

    As a side note: If you need to check out the floating license automatically (for a CI build), you can modify the command with echo as shown below:

     

    echo 1| java -jar "C:\Program Files\SmartBear\ready-api-license-manager\ready-api-license-manager-1.1.jar" -s <License Server IP>:<PORT>

     

    Have a great day!