Skip to content

Setting up the server

Rockford Lhotka edited this page Mar 31, 2014 · 1 revision

The server manages two primary responsibilities:

  1. Acting as an admin web site so administrators can define branding, categories, and apps for install/update
  2. Hosting web services used by the OrgPortal app and the system tray monitor app

The server is written using ASP.NET MVC and Web API and so can run in any IIS host where .NET 4.5 is installed. This includes Windows Server or Microsoft Azure (Web Site or Web Role).

The server requires access to a SQL Server database. The schema for the tables is defined by scripts in the OrgPortalData project.

Clone this wiki locally