Lynicon.Identity 0.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Lynicon.Identity --version 0.0.1
NuGet\Install-Package Lynicon.Identity -Version 0.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Lynicon.Identity" Version="0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Lynicon.Identity --version 0.0.1
#r "nuget: Lynicon.Identity, 0.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Lynicon.Identity as a Cake Addin
#addin nuget:?package=Lynicon.Identity&version=0.0.1

// Install Lynicon.Identity as a Cake Tool
#tool nuget:?package=Lynicon.Identity&version=0.0.1

Lynicon CMS core for ASP.Net MVC with ASP.Net Identity

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.2 1,689 12/14/2016
0.0.1 1,239 11/26/2016

LYNICON CMS 0.0.1 CORE / 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 module package to be released in 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/.