Version : 4.6.1
Release Date : 03/08/2016
Download Link : CelloSaaS 4.6.1
CelloSaaS 4.6.1
Release Notes
=======================
Version 4.6.1 , Released on August 03, 2016
CelloSaaS is a cloud ready application development framework for SaaS and Enterprises.
It offers several prebuilt modules that heavy lift most of the complex, non functional
requirement and operational needs of an application. This allows you to focus on building
business functionalities.
Requirements
============
1. Microsoft .NET 4.6.1 Framework
2. Visual Studio 2015
3. MS SQL Server 2008 or MS SQL Server 2012
4. ASP.NET MVC 5.2
5. Windows 7 or Windows 8 for Development machine
6. Windows Server 2008 or 2008 R2 or Windows Server 2012 or 2012 R2 for Production Deployment
==================
Installation Guide
==================
1. Open the CelloSaaS.Application in package.
2. Create a database (e.g. "CelloSaaSDb") and execute "DbScripts\CelloSaaSDb.sql"
4. Open Sql.config in CelloSaaS web app and change the connection strings
5. Open Sql.config in CelloSaaS.AuthServer and change the connection strings
6. Rebuild the solution for Restoring the nuget packages.
7. Run the CelloSaaS.AuthServer followed by the WebApplication
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 - 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 |
|
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)
Product Admin login credentials:
Company Code: company
User name: admin@company.com
Password: company#123
====================
New Features
====================
Version 4.6.1
============
1. Sharding integration
2. Masterdata search
3. Security Enhancement
4. Authserver Refresh Token Flow
CelloSaaS Nuget Packages
======================
Install-Package CelloSaaS.AuthServer.client
Install-Package CelloSaaS.AuthServer
Install-Package CelloSaaS.Billing
Install-Package CelloSaaS.BusinessService
Install-Package CelloSaaS.DAL
Install-Package CelloSaaS.Core
Install-Package CelloSaaS.Engines
Install-Package CelloSaaS.License
Install-Package CelloSaaS.ExternalDlls
Install-Package CelloSaaS.Plumbing
Install-Package CelloSaaS.Reporting
Install-Package CelloSaaS.Utils
Install-Package CelloSaaS.Web
Install-Package CelloSaaS.Workflow
Install-Package CelloSaaS.ShardManager
Install-Package CelloSaaS.TenantJobs
=================
For Existing Clients
=================
Follow the release notes instructions that attached below.