Versions Compared

Key

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

...

Run "dotnet run lynicon initialize-database".  After building your project again, this will connect to the database with the connection string provided and set up the core tables Lynicon requires.

Run the

...

Initialize-Admin Command

Run "dotnet run lynicon initialize-admin <admin password>" (use your own password in place of m1pAssw0rd!).  This sets up the admin user with the supplied password.  Lynicon does not create a default admin user to avoid the scenario where this user is left with their default password causing a major security risk.

...