Lynicon.Identity
0.0.2
dotnet add package Lynicon.Identity --version 0.0.2
NuGet\Install-Package Lynicon.Identity -Version 0.0.2
<PackageReference Include="Lynicon.Identity" Version="0.0.2" />
paket add Lynicon.Identity --version 0.0.2
#r "nuget: Lynicon.Identity, 0.0.2"
// Install Lynicon.Identity as a Cake Addin #addin nuget:?package=Lynicon.Identity&version=0.0.2 // Install Lynicon.Identity as a Cake Tool #tool nuget:?package=Lynicon.Identity&version=0.0.2
Lynicon CMS core for ASP.Net MVC with ASP.Net Identity.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- EntityFramework (>= 6.1.3)
- HtmlAgilityPack (>= 1.4.9.5)
- Linq2Rest (>= 4.1.0)
- log4net (>= 2.0.5)
- Microsoft.AspNet.Identity.Core (>= 2.2.1)
- Microsoft.AspNet.Identity.EntityFramework (>= 2.2.1)
- Microsoft.AspNet.Identity.Owin (>= 2.2.1)
- Microsoft.AspNet.Mvc (>= 5.2.3)
- Microsoft.AspNet.Razor (>= 3.2.3)
- Microsoft.AspNet.WebApi (>= 5.2.3)
- Microsoft.AspNet.WebApi.Client (>= 5.2.3)
- Microsoft.AspNet.WebApi.Core (>= 5.2.3)
- Microsoft.AspNet.WebApi.OData (>= 5.7.0)
- Microsoft.AspNet.WebApi.WebHost (>= 5.2.3)
- Microsoft.AspNet.WebPages (>= 3.2.3)
- Microsoft.Data.Edm (>= 5.8.1)
- Microsoft.Data.OData (>= 5.8.1)
- Microsoft.Owin (>= 3.0.1)
- Microsoft.Owin.Host.SystemWeb (>= 3.0.1)
- Microsoft.Owin.Security (>= 3.0.1)
- Microsoft.Owin.Security.Cookies (>= 3.0.1)
- Microsoft.Owin.Security.OAuth (>= 3.0.1)
- Microsoft.Web.Infrastructure (>= 1.0.0)
- Newtonsoft.Json (>= 9.0.1)
- Owin (>= 1.0.0)
- System.Spatial (>= 5.8.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
LYNICON CMS 0.0.2 IDENTITY
This package contains basic CMS functions and extensibility for Lynicon CMS. The package can be used to build a full CMS site but lack of caching and workflow aids mean it is not appropriate for medium to large sites as its efficiency will fall off as more than about 20 pages are added. These facilities will be provided in a paid-for module package to be released by the end of March 2017.
Lynicon CMS is designed to work with ASP.Net MVC. The package assumes ASP.Net Identity is being used for user management. The VS 2013/15 template for an MVC user accounts site is sufficient.
To set up CMS features it is necessary to further modify your project and database. This can be done using Powershell tools installed with the package as follows:
After installing the Lynicon package:
- Supply a database connection string for the LyniconContent and DefaultConnection (or whatever name is used for the ASP.Net Identity database) connection string elements in web.config
- Build the solution
- Go to the Package Manager Console and run
Initialize-LyniconProject
Initialize-LyniconDatabase
Initialize-LyniconAdmin -Password <admin password>
This is described in more detail at https://lynicon.atlassian.net/wiki/pages/viewpage.action?pageId=6291463 and other pages in the Getting Started section.
The main documentation url is https://lynicon.atlassian.net/wiki/display/DOC/Lynicon+CMS+Documentation.
The project site is at http://www.lynicon.com/.
The project is released under the Fair Source 10 licence
There is now a .Net Core version at lyniconanc