Search

Jiffy Bot Installation

Articles

This section explains how to install and run Jiffy Bot on a Windows environment.

Pre-Requisites

To know more about Infrastructure Requirement for the Prerequisites of BOT/windows, click here.

Bot Installation Steps

  1. Download the Jiffy Client installer from either of the following locations:
    1. Download location hosted in the internet. Consult Jiffy support team for different versions.
    2. Navigate to the Task Design Canvas and click the Download Client Installation option in the Image description menu. Image description

      • To navigate to the Task Design Canvas, do the following:
        • Create an App.

        • Click the created app.
        • Create a Task.
        • Click the Task ID of the created task

  2. In the Choose what to download dialog box, select both the components and click the DOWNLOAD button. Image description
  3. Extract the downloaded file JiffyInstaller.zip.

    The versions in the screenshots may differ from the version that the user is running.

  4. In the extracted folder, right click the Jiffy-Bot-Manager.exe file, select the Run as Administrator option.

    It is mandatory to Run the Jiffy client installation as an Administrator.

    Image description

  5. Click the Yes button to allow the app to be installed.
    Image description

  6. Click the Next button to start the installation.
    Image description

  7. Select the Complete option and click the Install button.
    Image description

  8. Close any instance of Google Chrome running during the installation, when the installer prompts the following dialog box. Click the OK button to continue.
    Image description

  9. In the installer configuration window, specify the Jiffy Server Domain Name and the License ID. Click the SUBMIT button.

    These details are provided with the installation instructions.

    Image description

  10. Once the installation is complete, reboot the machine.
    Image description

Run Jiffy Diagnostic tool

Run the Jiffy Diagnostic tool as admin from the extracted folder to ensure proper installation.
Image description
To do this:

  1. Double-click the Jiffy-Diagnostic-Tool file.
  2. Click the Run All Tests button to begin the diagnostics.
    Image description
  3. Click the Download Report button after the diagnostics are done.
    Image description
  4. Check the report to see that System Prerequisites, JIFFY Bot Prerequisites, and JIFFY Bot show the status as Passed.

Start Developer Bot

  1. Right-click the Image description icon from the Taskbar.
  2. Click the Start Developer Bot option. Image description You will be directed to Jiffy Login screen in the browser.
  3. Enter the username and password and and click the LOG IN button. Image description On successful login, the developer bot starts, Bot console window appears in the task bar, and the following window appears which you can close to proceed further. Image description

    If you have already logged in to Jiffy, the developer bot will be started and Bot console window appears in the task bar.

Command Line Installation

Click here to know more about Command Line Installation.

Import Web SSL Certificate

In the 4.7 version, after installing the bot, the server Nginx certificate must be added explicitly in the Jiffy client service Java trust store. This is necessary to trust the server’s Nginx certificate in the Jiffy service Java trust store to build a secure handshake SSL connection between the Jiffy client and the Jiffy server.

To Add Nginx Certificate to Java Keystore:

  1. Open Command Prompt
  2. Type the following command:

    cd C:\jiffyservice\java\java-1.8.0\bin

  3. Type the following command:

    .\keytool.exe -importcert -file {nginx-cert-path-and-file.pem} -alias updatedcert -keystore ..\lib\security\cacerts -storepass changeit

Did you find what you were looking for?