Replies: 2 comments 2 replies
-
AFAIK, this doesn't work with the Installwizard, but you cah use install.aspx?mode=install, and it will use values already entered into the web.config and default portal template. |
Beta Was this translation helpful? Give feedback.
2 replies
-
if you use install.aspx, it will use default credentials ("host" > "dnnhost"), you need to customize directly after installation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way I can run the Installation wizard /Install/InstallWizard.aspx without running in manually? E.g. command line or api I can invoke to run the installation wizard with pre-configured set of values. For example, is there a web-api I can query to run the installation instead of running it manually. https://www.dnnsoftware.com/docs/administrators/setup/run-installation-wizard.html
Situation: I have to programetically provision DNN with a fixed template, database and language to a given MS SQL server instance. The installation should happen as part of the devops pipeline.
Beta Was this translation helpful? Give feedback.
All reactions