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.

Anchor
top
top
Table of Contents
classcontents

Overview

Whether you're running Yellowfin from your laptop, the cloud or a server, the deployment process is the same. The first time you start Yellowfin, you will also need to configure some settings to match your environment. 

First-time deployment steps

Each of these steps is covered in the section below on this page.

  1. Start the Yellowfin application server (this will automatically start the database).
  2. Login with the default admin credentials. (and change your password).
  3. Configure the External Base URL.

Post-deployment steps

We highly recommend you spend some time learning more about Yellowfin before diving in with your data. The steps below contain links to other pages and sections within the wiki. Each link provides valuable information that will help you set up Yellowfin without the guesswork.

  1. Learn about log files and their contents.
  2. Learn about the Yellowfin directory structure.
  3. Learn what new users see when they first log in.
  4. Learn more about Yellowfin administration.


horizontalrule

First-time deployment procedure

Start the Yellowfin application server

Before you log into Yellowfin, you must start the Yellowfin application.

If you're running Yellowfin within a container such as Docker, the start-up process is covered in our Containerized Environment Installations Install in a Container section (find your environment type for full details).

If you're running Yellowfin directly from a cloud marketplace (such as Yellowfin for AWS), the start-up process is covered in our Install on the Cloud Environment Installations section (find your cloud type for full details).

...

  1. Find the new Yellowfin directory: this was shown on the Installation Complete page at the end of your installation, or you can find it manually via your installation path > appserver folder > bin folder
  2. For Windows, locate the startup.bak file and double-click on it
  3. For Mac OS X or Linux, locate the Startup (terminal).command file and double-click on it (if you'd prefer to run it in the background, use  Startup (background).command instead)
    Image Modified
    A terminal window will open and the Yellowfin application will start; this takes 60-90 seconds the first time, and 30-60 seconds after that (the time is shown at the end of the server start-up process):


Info

You can stop the Yellowfin application server from a different file within the same directory. Find the  shutdown.bat file (Windows) or Shutdown.command file (Mac/Linux) and double-click on it to trigger the shutdown.

Windows - start the Yellowfin service

On Windows, you have an additional option of starting Yellowfin as a service.  During the Yellowfin software installation process, you would have been prompted to install this feature. If you did, follow the steps below to start the service. If you didn't, visit our knowledge base article on how to enable this tool after installation, then follow the instructions below.

  1. On your keyboard press the Windows+R keys to open the Run dialogue box
  2. Type services.msc and press the Enter key
    Image Removed
    Image Added
  3. Find the Yellowfin service in the list and right-click on it to display a pop-up menu
  4. Click on the Start menu option
  5. If you'd like Yellowfin to start automatically with your computer, double-click on the Yellowfin service to open the Yellowfin Properties dialogue box
  6. From the Startup Type dropdown, select Automatic, then click on the OK button.
    Image Removed
    Image Added
  7. To stop the Yellowfin service, right-click on it and select Stop

...

horizontalrule

Styleclass
ClasstopLink

Deploy Yellowfin in Any Environmenttop


Log in to Yellowfin

When the Yellowfin application server has started, you can use a web browser to go to the Yellowfin client login page. Yellowfin supports the following web browsers:

...

horizontalrule

Styleclass
ClasstopLink

Deploy Yellowfin in Any Environmenttop


Configure the External Instance Base URL 
Anchor
extURL
extURL

Setting the External Instance Base URL ensures that email links and JS API access to Yellowfin are enabled. 

  1. In Yellowfin, click on the menu on the left and click on Administration, then Admin Console, then Configuration

  2. Click on the Admin button at the top

  3. Click on General Settings and locate the field called External Instance Base URL
  4. Change the text from localhost to whatever your actual external URL is (either an IPI address or domain name) to access your instance of Yellowfin

  5. Click on the Save button in the top right corner

...

Yellowfin is now minimally configured to run. Please see the list in the Post-deployment steps section above to learn about logging and other useful administration information.

...

horizontalrule

Styleclass
ClasstopLink

Deploy Yellowfin in Any Environmenttop