Install Angles for Oracle-Views On-premises
This section contains the steps to install product name here.
To install product name here using windows installer:
- Download the Noetix Hub Setup.msi provided by Product Support.
- Right-click Noetix Hub Setup.msi and select Install.
- The Open File - Security Warning window is displayed.
- Select Run. The Noetix Hub Setup window is displayed.
- Proceed with the default values in the setup wizard. However, on the Noetix Hub Configuration window, enter the following details:
- Noetix Hub server port: Indicates the IIS webserver port number where you want the Noetix Hub application to run.
- Username: Indicates the username used to sign in to the PostgreSQL server.
- Password: Indicates the password used to sign in to the PostgreSQL server.
- Server: Indicates the server name on which PostgreSQL is running.
- Database: Indicates the name of the PostgreSQL database.
- Select Next. The Ready to Install Noetix Hub window is displayed.
- Select Install. The User Account Control window is displayed.
- Select Yes. The Noetix Hub application opens in the default web browser.
- Contact Product Support to receive the Username and Password to sign in to the application.
Note: After signing into the appliction, ensure to change the password.
To install Angles Hub using silent install
- Download the Noetix Hub Setup.msi provided by Product Support.
- Run the command prompt as administrator.
- In the Administrator: Command Prompt window, navigate to the folder where the software is downloaded.
-
Run the following command in the command prompt by entering the values for the fields, folder path, PostgreSQL username, PostgreSQL password, and PostgreSQL server:
msiexec /qn /i "Noetix Hub Setup.msi" /norestart /log "<valid log folder path>\install.log" WEBSERVER_PORT=8989 POSTGRESQL_USERNAME=<postgres user> POSTGRESQL_PASSWORD=<postgres password> POSTGRESQL_SERVER=<postgres host> POSTGRESQL_DATABASE=MagnitudeNCA
For example:
msiexec /qn /i "Noetix Hub Setup.msi" /norestart /log "C:\Users\JAdmin\Desktop\Install\install.log" WEBSERVER_PORT=8989 POSTGRESQL_USERNAME=postgres POSTGRESQL_PASSWORD=Welc0me POSTGRESQL_SERVER=localhost POSTGRESQL_DATABASE=MagnitudeNCA
- Verify the log file to see the progress of the installation. Post the installation, the application URL will be launched in the default web browser.
Related topics: