Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Introduction

What’s in this Guide

The main scope of this document is to let the user understand the VIENNA Advantage installation process and the hosting configuration in a system. The VIENNA Advantage hosting configuration process is just like any normal software application installation in the system.

Preface

Learn how to install and configure VIENNA Advantage, web server configuration, database installation, and perform post-installation tasks.

Audience

This guide is intended for anyone interested in installing VIENNA Advantage.

To use this document, you need the following:

  • A supported Microsoft Windows operating system is installed and tested on your computer system or network.

  • Administrative privileges on the computer where you will be installing the application & database.

  • Knowledge of Installing & Managing RDBMS i.e., Oracle or PostgreSQL


Installation Checklist

Use checklists to review system requirements, and to plan and carry out the installation.
We recommend you use checklists as part of your installation planning process. Using a checklist ensures that your server hardware and configuration meets minimum requirements for this release and enables you to carry out a successful installation.

Server Hardware Checklist for the Installation

Use this checklist to check hardware requirements for installing VIENNA Advantage & Database.

Table 1-1 Server Hardware Checklist for VIENNA Advantage Installation

Requirement

Value

Server Make

VIENNA Advantage can be installed on any machine running Windows OS. The Server can be a Physical Server or Virtual machine running on any cloud or VMWare environment

System Architecture

Processor: AMD64 and Intel EM64T

Minimum RAM

8 Gb or above

Minimum CPU/vCPU

On Physical Server i5 or above On VM 4 vCPU or above

Storage

At least 50Gb

Network connectivity

The Server connects with the internet to register the Application. Network access to the application link is required if connection to Vienna Advantage are to be made.

Operating System Checklist for Installation

Use this checklist to check Windows OS requirements for installing VIENNA Advantage & Database.

Table 1-2 Operating System Checklist for VIENNA Advantage Installation

Requirement

Value

Operating System General Requirements

VIENNA Advantage is supported on the following operating system versions:

  • Windows 10 x64 - Pro, Enterprise, and Education editions

  • Windows 11 x64 - Pro, Enterprise, and Education editions

  • Windows Server 2012 R2 x64 - Standard, Datacenter, Essentials, and Foundation editions

  • Windows Server 2016 x64 - Standard, Datacenter, and Essentials editions

  • Windows Server 2019 x64 - Standard, Datacenter, and Essentials editions

  • Windows Server 2022 x64 - Standard, Datacenter, and Essentials editions

Features & Database Checklist for Installation

Use this checklist to check additional software's, features & Database requirements for installation

Table 1-3 OS Features & Database Checklist for VIENNA Advantage Installation

Requirement

Value

Web Browser

Google Chrome browser

.NET framework

Microsoft .Net framework 4.5 or higher

Web Server

IIS version 7.0 or higher

Database (RDBMS)

VIENNA Advantage supports Oracle or PostgreSQL

  • Oracle supported versions: 12cR2 (12.2.0.0) or Above

  • PostgreSQL supported version 12.


VIENNA Advantage Community Registration.

Community Registration


IIS & .NET Installation

IIS 7.0 or Above is required to configure and run the VIENNA Advantage Application.

To enable IIS and the required IIS components on Windows, complete the following steps.

  1. Open Server Manager and click Manage > Add Roles and Features. Click Next.

  2. Select Role-based or feature-based installation and click Next.

  3. Select the appropriate server. The local server is selected by default. Click Next.

  4. Enable Web Server (IIS) and click Next.

  5. No additional features are necessary to install, so click Next.

  6. On the Web Server Role (IIS) dialog box, click Next.

  7. On the Select role services dialog box, verify that the web server components listed below are enabled. Click Next.

  8. Verify that your settings are correct and click Install.

  9. When the installation completes, click Close to exit the wizard.

Reference Link:

https://docs.microsoft.com/en-us/iis/get-started/whats-new-in-iis-8/installing-iis-8-on-windows-server-2012

IIS Web Server Components

Required IIS Web Server components for hosting the VIENNA Advantage Application.

Common HTTP Features

  • Default Document

  • Directory Browsing

  • HTTP errors

  • Static Content

Security

  • Request Filtering

  • Windows Authentication

  • Basic Authentication

Performance

  • Static content compression

  • Dynamic content compression

Application Development

  • .NET Extensibility 3.5

  • .NET Extensibility 4.7

Application Initialisation

Management Tools

  • IIS Management Console

  • Management Service


Database Installation

VIENNA Advantage framework supports 2 different RDBMS, and you can choose either of them.

Oracle

  • Oracle 12cR2 & 19c database versions are supported.

  • Make sure Character set is AL32UTF8

  • Make sure Database deferred segmentation is False before creating new user in database to import database file. (alter system set DEFERRED_SEGMENT_CREATION = false;)

    Reference Link: https://www.oracletutorial.com/getting-started/install-oracle/

PostgreSQL


  • No labels