Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. To get started, log into your Linux terminal. 
  2. Upload the Yellowfin .jar installer to the machine and rename it. It should be located here: /tmp/yellowfin.jar. This can be done using SCP or any other method of transfer you like.
  3. Upload your Yellowfin license to the machine and rename it. It should be located here: /tmp/licence.lic
    This can be done with SCP or any other method of transfer you like.
  4. Copy the below provided script to your instance and save it as a .sh file, using your preferred text editor.

    Tip

    Make any modifications to the script that you like, for example make sure you point it towards your license file and the Yellowfin installer file, if you have not placed them in the same location. You can also change where Yellowfin will install to inside the “#Generate Silent Installer” section of the script.

    Note there are optional parts in the script, in which the script would go and wget a license and installer file from the location you choose. Uncomment this section if you wish to use it. IMPORTANT – you will need to direct the script to the correct location for these files by changing the value of the wget.



  5. Make your new .sh file executable in Linux. (chmod +x script.sh)
  6. Execute the script. (./script.sh)

    Note

    You may need to run the script as root, depending on your permission level. If you install it at root, you will likely need to start Yellowfin as root too.

  7. By default, this script is configured to install Yellowfin to “/opt/yellowfin”. To start Yellowfin, navigate to “/opt/yellowfin/appserver/bin” and run “./startup.sh”.

    Note

    If you ran the installer script as root, you may need to run ./startup.sh as root.

  8. You should now have a working Yellowfin install available on port 80.

    Tip

    If you want Yellowfin to run on a different port, you can change this in the “#Generate Silent Installer” section of the script.




...