Version : 4.5.0.11
Release Date : 05/02/2016
Download Link : CelloSaaS4.5.0.11
Environment
.NET 4.5.2, 4.6, 4.6.1
VS 2013, 2015
SQL - 2012 and higher, Azure SQL Database
Installation Guide
Precreated Solution / Portal
You can use the pre-packaged solution which contains the Authorization Server and the Web Client application. This solution has the configuration files updated with the corresponding URI's that can be readily run after changing the SQL.config file.
1. Open the CelloSaaS.Application in package.
2. Create a database (e.g. "CelloSaaSDb") and execute "DbScripts\SQL Server Scripts\CelloSaaSDb.sql"
3. Open Sql.config(\Sql.Config) in CelloSaaS web app and change the connection strings
4. Open Sql.config(Config\Sql.Config) in CelloSaaS.AuthServer and change the connection strings
5. Run the CelloSaaS.AuthServer followed by the WebApplication [Mutliple start up projects in the solution]
Please reivew the following configuration [already done as part of the solution]
1.AuthServer
authServerConfig.json [CelloSaaS.AuthServer (Authorization Server)\Config\ authServerConfig.json]
URI Settings, the URLs in the given configuration settings are to be replaced with your deployment URLs
1
2 3 |
"Audience": "http://localhost:37202/",
|
Audience - AuthServer hosted address (E.g : http://cello.identity.com or http://localhost:1200)
AuthIssuer - AuthServer hosted address (E.g : http://cello.identity.com or http://localhost:1200)
ClientApplicationUri - Web Client hosted address (E.g : http://www.celloapp.com or http://localhost:1400)
2.Web Client
AppSettings.Config [CelloSaaS Web App (Client Application)\Config\AppSettings.Config]
URI Settings, the URLs in the given configuration settings are to be replaced with your deployment URLs
1
2 3 |
<!--Authorization Server Settings-->
|
AuthServerUri - AuthServer hosted address(eg: http://cello.identity.com or http://localhost:1200)
AuthIssuer - AuthServer hosted address(eg: http://cello.identity.com or http://localhost:1200)
ClientApplicationUri - Web Client hosted address (E.g : http://www.celloapp.com or http://localhost:1400)
CelloSaaS Web Jobs
CelloSaaS web jobs can be found in the following zip file