Versions Compared

Key

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

...

  • Initialize-LyniconProject: this inserts commands into the Global.asax.cs to run lynicon initialization, and into FilterConfig.cs to set up Lynicon's MVC script manager
  • Initialize-LyniconDatabase: this builds the core database tables needed for Lynicon
  • Initialize-LyniconAdmin: this creates an admin user for Lynicon with all the admin roles, allowing you to access the CMS editor and back end.  You have to supply a Password parameter ensuring that the admin password is never set to a default value.  The admin user's username is 'administrator' and the default email is 'admin@lyniconadmin@lynicon-user.com'
Warning

Ensure you only have one instance of Visual Studio running when you run these commands or they may fail


First Run

If you now run the site and log in as the administrator you will be able to see the Lynicon pages as described in the User Manual.  Lynicon is now ready to be used for CMS functions.

...