How to install Bold BI on a Windows Server machine without using the installer?
Prerequisites
Follow the below steps to deploy Bold BI on a Windows server machine without using the installer.
-
Download the Bold BI deployment file here or you can also obtain deployment files from another machine where you are permitted to install.exe from <Installed Drive\BoldServices> location.
NOTE: By default, Bold BI is deployed in the “C:\BoldServices” location for Windows.
-
Extract the downloaded zip file and move the files to the deployment drive. Then, follow these steps to install Bold BI.
-
Right-click the
Application Pools
and selectAdd Application Pool
.
-
Name the application pool and then click
OK
.
-
Right-click the newly created application pool and select the
Advanced Settings
option.
-
Change the application pool type to
localSystem
as shown in the following image.
Repeat the same procedure for creating application pools for the following Bold BI applications.
- BoldIDWeb
- BoldBIApi
- BoldBIWeb
- BoldBIDesigner
- BoldBIJob
- BoldIDApi
- BoldUMS
- BoldWinAuth
Here, I am displaying all of the created application pools.
-
Right-click the site then click Add Website and fill in the following details.
-
Alias name : Enter the name that you would like to use as an alias for the domain.
-
Application pool : Application pools are logical groupings of web applications that will execute in a common process.
-
Physical path : In the Physical path box, click
Browse
to navigate the file system and locate the IDP - Web from the Bold BI extracted location.
After clicking
OK
you will be able to see the site and its dependencies as shown below.
-
-
Add services as an application under the created site. Right-click on the site name and select
Add Application
, then enter the details as shown in the following.
Repeat the same procedure for the applications of Bold BI as listed in the following table.
Application Pool Under Application Alias Name of the application Physical Path BoldIDApi BoldBIEnterpriseEdition api {Extracted Location}
\idp\apiBoldBIWeb BoldBIEnterpriseEdition bi {Extracted Location}
\bi\webBoldBIApi bi api {Extracted Location}
\bi\apiBoldBIDesigner bi designer {Extracted Location}
\bi\dataserviceBoldBIJob bi jobs {Extracted Location}
\bi\jobsBoldUMS BoldBIEnterpriseEdition ums {Extracted Location}
\idp\umsBoldWinAuth BoldBIEnterpriseEdition windowsauthentication {Extracted Location}
\idp\windowsauthentication -
Ensure that the
BI
application has sub-applications, as shown in the following image.
-
Finally, the application structure has been successfully created, as shown in the following image.
-
Restart the site and access it with the specified port number in any browser.
Example:
http://localhost
: mentioned-port-number
-