Wiki

Scale Your Enterprise

User Tools

Site Tools


versago3:installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
versago3:installation [2023/06/01 12:36]
dlee
versago3:installation [2024/08/26 14:15] (current)
dlee
Line 5: Line 5:
 ===== Configure IIS ===== ===== Configure IIS =====
 <WRAP center round alert 80%> <WRAP center round alert 80%>
-Note that it may be necessary to restart IIS as part of the installation process. This should be considered if you have other applications that use IIS running on the web server where Versago will be installed.+Note that it might be necessary to restart the server as part of the installation process. This should be considered if you have other applications running on the server where Versago will be installed.
 </WRAP> </WRAP>
  
-IIS is configured in the Windows Server Manager application.  It is configured in the IIS (WebServer) role.  There are a number of elements to the configuration.  Many of the are selected automatically when you activate the IIS role and some need to be selected manually.  The following images illustrate that setting that must be enabled for Versago and Bizweaver.  Your IIS page may differ slightly from this illustration depending on the version of Windows & IIS being used.  In addition, the .Net Framework v4.x version should be the one noted earlier, not the one in the illustration.+IIS is configured in the Windows Server Manager application.  It is configured in the IIS (WebServer) role.  There are a number of elements to the configuration.  Many of the are selected automatically when you activate the IIS role and some need to be selected manually.  The following images illustrate that setting that must be enabled for Versago and Bizweaver.  Your IIS page may differ slightly from this illustration depending on the version of Windows & IIS being used.  
  
 === IIS Top Level === === IIS Top Level ===
-{{  :versago:iis_001.png?400  |IIS Selection  }}+{{  :versago3:iis01.png?400  |IIS Selection  }}
  
-=== Management Section === +=== Management Tools=== 
-{{  :versago:iis_007.png?400  |Management}}+{{  :versago3:iis02.png?400  |Management}}
  
 === Common Features Section === === Common Features Section ===
-{{  :versago:iis_002.png?400  |IIS Selection}}+{{  :versago3:iis03.png?400  |IIS Selection}}
  
 === Health & Diagnostics Section === === Health & Diagnostics Section ===
-{{  :versago:iis_003.png?400  |Health & Diagnostics}}+{{  :versago3:iis04.png?400  |Health & Diagnostics}}
  
 === Performance Section === === Performance Section ===
-{{  :versago:iis_004.png?400  |Performance}}+{{  :versago3:iis05.png?400  |Performance}}
  
 === Security Section === === Security Section ===
-{{  :versago:iis_005.png?400  |Security}}+{{  :versago3:iis06.png?400  |Security}}
  
 === Application Development Section === === Application Development Section ===
-{{  :versago:iis_006.png?400  |Application Development}}+{{  :versago3:iis07.png?400  |Application Development}}
  
-Confirm that ASP.NET components are installed. ASP.NET 3.5 and ASP.NET 4.(or higher) should be active.+Confirm that ASP.NET components are installed. ASP.NET 4.(or higher) should be active.
  
  
Line 64: Line 64:
   * Execute the “setup.exe” file in the installation package. This will start the installation process.   * Execute the “setup.exe” file in the installation package. This will start the installation process.
     * Always use the right-click > Run as administrator option to execute the installation.     * Always use the right-click > Run as administrator option to execute the installation.
-  * Click [**Next**] to continue from the first screen that is presented. +    * Click [**Next**] to continue from the first screen that is presented. 
-  * Review the End User License Agreement (EULA) that is presented+  * Review and accept the End User License Agreement (EULA) that is presented.
-    * Indicate your acceptance by selecting the appropriate option.+
       * Click [**Next**] to continue.       * Click [**Next**] to continue.
-    * Select the “Do not accept” option if you do not accept the EULA. 
-      * The installation will terminate. 
   * Confirm or change the installation location of the Versago files.   * Confirm or change the installation location of the Versago files.
     * Click [**Next**] to continue.     * Click [**Next**] to continue.
   * Set installation options   * Set installation options
-    * Select the website to be createdThe default is “Versago” and should not be changed without consultation with Third Wave technical support. +    * Enter the site's port. The default port for SSL is 443 
-    * The default port for SSL is 443 +    * Select the desired **//[[versago3:environment_requirements#HTTPS|certificate ]]//** from the drop-down. 
-    * Select the desired **//[[versago:ssl_certificates|certificate ]]//** from the drop-down. +    * Click [**Next**] to continue. 
-  * Click [**Next**] to continue. +{{ :versago3:setup01.png?500 |}} 
-  * Various screens will be displayed as different components are installedThis may take a few minutes.+ 
 +<WRAP center round important 80%> 
 +The installer will install/update necessary components such as the Crystal reports runtime and the .Net runtime. Please be patient since it may take a while 
 +</WRAP>
    
-===== Configure Database =====+==== Configure Database ====
  
-This step identifies information about the database server that will be used by Versago.  This is not a database from which data will be sourced, it is the database that holds the Versago configuration information.  This can only be a SQL Server database.+This step identifies information about the database server that will be used by Versago to store configuration information. This can only be a SQL Server database.
  
   * Enter the database\instance name of the database server.   * Enter the database\instance name of the database server.
-  * Enter the name of the database that will hold Versago configuration information. This can be an existing database or a new database. +  * Enter the name of the database that will hold Versago configuration information. This can be an existing database or a new database. Typically the database name is "vgoCommon".
-  * An SAP Business One database should **not** be used for this purpose. +
-  * A common database name is "vgoCommon".+
   * Enter the user name and password that will be used to connect to the database. This can be any user provided the user is associated with the “sysadmin” security role (SQL Server).   * Enter the user name and password that will be used to connect to the database. This can be any user provided the user is associated with the “sysadmin” security role (SQL Server).
     * **Note** that only SQL Server Authentication is supported. Windows Authentication cannot be used for this purpose.     * **Note** that only SQL Server Authentication is supported. Windows Authentication cannot be used for this purpose.
Line 92: Line 90:
   * There will be a delay of several seconds while the database and associated tables are created.   * There will be a delay of several seconds while the database and associated tables are created.
  
-{{ :versago:install01.png?500 |}}+{{ :versago3:setup02.png?500 |}}
  
-===== Configure User =====+==== Configure Admin User ====
  
 This step establishes an initial administrative Versago user for your site. This step establishes an initial administrative Versago user for your site.
  
 <WRAP center round important 80%> <WRAP center round important 80%>
-Always use a valid email address as your initial administrative user.  Do not use "admin" as was done in earlier releases.  The only way to reset the password of any user is through the "Reset Password" function, which sends an email to the user.+Always use a valid email address as your initial administrative user. The only way to reset the password of any user is through the "Reset Password" function, which sends an email to the user.
 </WRAP> </WRAP>
  
Line 105: Line 103:
   * Enter and confirm a password.   * Enter and confirm a password.
     * A strong password is required.  The requirements are displayed below the password field.     * A strong password is required.  The requirements are displayed below the password field.
-  * Enter user details. \\ {{ :versago:install02.png?500 |}}+  * Enter user details. \\ {{ :versago3:setup03.png?500 |}}
   * Click [**Next**] to continue.   * Click [**Next**] to continue.
- +==== Enter installation ID ====    
-  * The final installation page provides the option start Versago. \\ {{ :versago:inimage7.png?500 |}}+ {{ :versago3:license.png?500 |}} 
 +    * This is your license number. If you do not have a license, you can enter a random number to activate a 30 day trial license. 
 +  * Click [**Next**] to continue. 
 +  * The final installation page provides the option start Versago. \\ {{ :versago3:setup04.png?500 |}}
   * Click [**Finish**] to complete the initial installation.   * Click [**Finish**] to complete the initial installation.
   * The Versago home page is opened using "localhost."   * The Versago home page is opened using "localhost."
Line 115: Line 116:
  
 <WRAP center round info 80%> <WRAP center round info 80%>
-Depending on your browser, you may receive a message that the “site is not secure.” This generally occurs when you are using **https**. There should be an option (you may have to look for it) to acknowledge the issue and continue. This most commonly is found with the Chrome and Firefox browsers.+Depending on your browser, you may receive a message that the “site is not secure.” This generally occurs when you are using a self-signed certificate. There should be an option (you may have to look for it) to acknowledge the issue and continue. This most commonly is found with the Chrome and Firefox browsers.
 </WRAP> </WRAP>
 <WRAP center round important 80%> <WRAP center round important 80%>
 Some security software may affect the installation of Versago. Please review your antivirus logs to ensure that no Versago files have been quarantined Some security software may affect the installation of Versago. Please review your antivirus logs to ensure that no Versago files have been quarantined
 +</WRAP>
 +<WRAP center round important 80%>
 +Register .NET Framework with IIS. Make sure that .NET Extensibility and ASP.NET are selected under Web Server>Application Development as shown in the [[versago3:installation#Application Development Section|Application Development Section]]
 </WRAP> </WRAP>
 ==== Final installation Steps ==== ==== Final installation Steps ====
Line 124: Line 128:
 The basic installation of Versago is now complete. Login using the Admin user created earlier, go to the Admin Console and complete the following steps. The basic installation of Versago is now complete. Login using the Admin user created earlier, go to the Admin Console and complete the following steps.
  
-  * [[versago:about|Enter license]] +  * [[versago3:system_settings|System Settings]] 
-  [[versago:email_password_configuration|Configure email for Versago]] + 
-  [[Create Forms Database|Create a Database for Versago Forms]]+==== Bizweaver ==== 
 +If Bizweaver is installed on the same server before installing Versago, recreate the **Bizweaver service** by following these steps: 
 +    * Go to the Versago site in IIS Manager 
 +    Right click the Versago site and choose Add Application from the context menu 
 +    * Complete the Add Application window as shown below and click OK  
 +      {{ :versago:install04.png?500 |}}
  
 ---- ----
 **[[versago3:Home|Home]]** **[[versago3:Home|Home]]**
versago3/installation.1685637378.txt.gz · Last modified: 2023/06/01 12:36 by dlee