Difference between revisions of "PlanEvalWeb"

From Heureka Wiki
Jump to navigation Jump to search
Line 9: Line 9:
  
 
==Installation using the installation package==
 
==Installation using the installation package==
This alternative requires that you can login to the server via Remote Desktop.
+
This alternative requires that you can login to the server via Remote Desktop. The MSI-installer will install PlanEvalWeb as a new web site under Sites in IIS Manager, beside Default Web Site.
 +
 
 
#Login in to server via Remote Desktop.
 
#Login in to server via Remote Desktop.
 
#Ensure that the SQL Server authentication mode is set to "Sql Server and Windows Authentication mode".
 
#Ensure that the SQL Server authentication mode is set to "Sql Server and Windows Authentication mode".
Line 16: Line 17:
 
#Double-click on the downloaded msi-file to install it.  
 
#Double-click on the downloaded msi-file to install it.  
 
#If port 80 is occupied or you want SSL, change the port number. You can also change this in the IIS Manager afterwords by choosing Edit Bindings for PlanEvalWeb.
 
#If port 80 is occupied or you want SSL, change the port number. You can also change this in the IIS Manager afterwords by choosing Edit Bindings for PlanEvalWeb.
#Enter the database server name in the Database Addres field, for example localhost if you are running a standard SQL Server.  
+
#The "Database Address" is the full address to the SQL server, including port and instance name if needed (example: localhost:8080\SQLEXPRESS).
 
#Select Authentication Type = SQL Authentication and enter the login credentials for the user created in step 3.
 
#Select Authentication Type = SQL Authentication and enter the login credentials for the user created in step 3.
#Start the application for example via the IIS Manager.
+
#Open IIS Manager and ensure that PlanEvalWeb is running (start it manually if not).
 
#In a browser, enter the url to PlanEvalWeb, for example http://localhost:8080. If it the first time you visit the page, the PlanEvalWeb database will now be created.
 
#In a browser, enter the url to PlanEvalWeb, for example http://localhost:8080. If it the first time you visit the page, the PlanEvalWeb database will now be created.
 +
#If using SSL or a non-default port, enusre the fire wall settings are updated.
  
 +
Note: If you are using SSL, then you must select another port than 443 if this is already bounded to your default web site (use Edit Bindings).
  
 
==Manual installation==
 
==Manual installation==
The MSI-installer will install PlanEvalWeb as a new web site, beside Default Web Site. If you are using SSL, then you must select another port than 443 if this is already bounded to your default web site (use Edit Bindings)
 
 
A manual installation may be preferred in for example one of the following scenarios:
 
A manual installation may be preferred in for example one of the following scenarios:
*You do not have access to the server via Remote Desktop and cannot run the MSI.
+
**You do not have access to the server via Remote Desktop and cannot run the MSI.
 
*You prefer to install the service as a sub domain, for example heurekaplaneval.example.com, or example.com/heurekaplaneval.
 
*You prefer to install the service as a sub domain, for example heurekaplaneval.example.com, or example.com/heurekaplaneval.
  

Revision as of 14:31, 29 September 2017