/
Getting Started - Base modules
Getting Started - Base modules
These instructions assume you have already installed Lynicon ASP.Net Core.
First install the LyniconANC.Base nuget module.
Then add a line of code to include the commands module, using a licence key.
A licence key can be purchased from https://www.lynicon.com/lynicon-base. The purchase includes 1 year of support.
services.AddLynicon(options => options.UseConfiguration(Configuration.GetSection("Lynicon:Core")) .UseModule<CoreModule>() .UseModule<LyniconBaseCommands>(.. licence key ..) ) .AddLyniconIdentity();
Now you need to download the views and front-end files needed for the Base modules. Open a command window as Administrator. Navigate to the project folder and type the following:
The files being downloaded will be listed and the result should look like this:
Related content
Installing to a New Project - VS2017 (.Net 4.6/.Net Standard 1.6/Core 1.1)
Installing to a New Project - VS2017 (.Net 4.6/.Net Standard 1.6/Core 1.1)
More like this
Installing to a New Project - VS2017 (.Net 4.6.1+, .Net Standard 2.0, Core 2.1)
Installing to a New Project - VS2017 (.Net 4.6.1+, .Net Standard 2.0, Core 2.1)
More like this
Installing to a New Project - VS2017 (.Net 4.6.1+, .Net Standard 2.0, Core 2.0)
Installing to a New Project - VS2017 (.Net 4.6.1+, .Net Standard 2.0, Core 2.0)
More like this
Installing to a new Project (VS2015)
Installing to a new Project (VS2015)
More like this
Installing to a new Project (VS2013)
Installing to a new Project (VS2013)
More like this
Lynicon CMS Documentation
Lynicon CMS Documentation
More like this