Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A licence key can be purchased from httphttps://www.lynicom.com/lynicon-base. The purchase includes 1 year of support.

Code Block
languagec#
services.AddLynicon(options =>
            		options.UseConfiguration(Configuration.GetSection("Lynicon:Core"))
            			.UseModule<CoreModule>()
                        .UseModule<LyniconBaseCommands>(.. licence key ..)
                        )
                .AddLyniconIdentity();

Image Added

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:

Image Added

The files being downloaded will be listed and the result should look like this:

Image Added