Exago Logo
Search
Generic filters
Exact matches only

Installing Exago on Linux [Apache]

This video explains how to install Exago BI’s Web Application on a Linux server with Apache.

Transcript

Welcome back to the Exago Technical Training Series! In this video we will demonstration how to install Exago on a Linux server in conjunction with Apache. Either Apache or NGINX must be installed prior to installing Exago. If both already exist on the server, the installer will prompt for which to use.

The first step is to download the application installer. For information on accessing the installer, see the Introduction video of this series.

Once the installer has downloaded, decompress it using tar and zxvf options. This will create an Installer directory with all of the required installation files. This installer contains all three Exago BI components: the Web Application, the REST Web Service API and the Scheduler Service. The installation menu includes three downloadable applications. We will install only the first component today: the Exago Web Application. The installer can be run in guided mode with prompts for each option, or silent mode where options are set with command line switches and the installer runs on its own from there. In this video, we’ll demonstrate the silent installation mode since it’s more commonly used.

First, change the Installer directory. Then, call the installer as root. Today, our full command will look like this. Let’s break it down. The -D switch tells the installer the directory in which to install Exago. Consider versioning or using environment specific nomenclature to keep track of different installs. The Exago installer can also install the Mono framework which is necessary to run Exago on Linux. The lower case -m switch followed by the keyword true tells the installer to install Mono along with Exago. Exago is compatible with only certain Mono versions, so it’s a good idea to allow the installer to install the appropriate version. Next, the installer needs to know what components to use. Use the -i switch followed by the name of a component to install. Specify the web application’s URL alias with the lowercase -a switch. Confirm the installation details, and the installation will proceed. There’s an optional lowercase -y switch that can be included on the command line to skip this confirmation step.

The installer will also generate an Apache configuration file named exago.conf in the Apache site path, and set read-write permissions for the current Apache user on the install path. Once the installer is complete, restart Apache. Open a browser and navigate to the URL server IP slash Exago web alias slash Admin.aspx. In our case, this looks like this.

Congratulations! Exago is successfully up and running!

Was this article helpful?
0.5 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 100%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents