Difference between revisions of "PlanEvalWeb"

From Heureka Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
*Windows with IIS installed
 
*Windows with IIS installed
 
*Sql Server 2008 R2 or later
 
*Sql Server 2008 R2 or later
*Added an SQL Server (for example in Sql Server Management Studio) with user role = dbcreator
+
*Added an SQL Server user (for example in Sql Server Management Studio) with server role = dbcreator
  
==Installation using installation package directly on the web server==
+
==Installation using the installation package==
This alternative requires that you can access the server via Remote Desktop.
+
This alternative requires that you can login to the server via Remote Desktop.
 
#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".
 +
#Add an SQL Server user with server rol = dbcreator
 
#Download the PlanEvalWeb setup file from [https://www.heurekaslu.se/Filerepository/PlanEvalWeb/PlanEvalWeb-Setup.msi here]
 
#Download the PlanEvalWeb setup file from [https://www.heurekaslu.se/Filerepository/PlanEvalWeb/PlanEvalWeb-Setup.msi here]
#Ensure that the SQL Server authentication mode is set to "Sql Server and Windows Authentication mode".
+
#Double-click the msi to install it.  
#Add a local (Sql Server) user (you can do this in Sql Server Management Studio) with sysadmin privileges. This is required 
+
#Enter the database server name in the Database Addres field, for example localhost if you are running a standard SQL Server.
 +
#Select Authentication Type = SQL Authentication and enter the login credentials for the user created in step 3.
 +
 
  
 
==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.
+
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.

Revision as of 14:00, 29 September 2017