Site wont run with the default setup
Closed this issue · 5 comments
Hey there!
Wanted to contribute something to this repo so started by cloning it down. With the connection string and version number both being filled out in the .website web.config the site will not start up:
If you remove the version in web.config the installer will run for fresh clones and set up the db, etc as normally 🙂
Evening Jesper!
Hope everything's going well. Thanks for flagging - this looks like a nice easy one to fix up.
One way to solve this would be to upgrade to a version that supports unattended installs, if this an acceptable option Ill do it :)
Be it v8 or v9 ;)
Hi @Matthew-Wise,
we currently have an open PR where we multi targeted the repo to make it v8/v9 ready. I think this has to be integrated first and then we can tackle this one. If you then want to still volunteer I think you can do it. I will raise it in the package team that we should finally merge the v9 migration PR
Hey @Matthew-Wise just clarifying that the v9 migration branch as now been merged
PR #27 updates the sample site to use unattended install, so you will now get an up-and-running site right after startup👍🏻