﻿For the website:
Copy/create web.config, SheetKraftWeb.log4net.xml, connections.config
modify mailSettings and AD:* settings in web.config
copy index.html and dist folder (with latest root.???.js and vendor.???.js files)
modify index.html to set baseUrl variable to virtual directory (example: var baseUrl = "/web";) ensuring leading slash is present, trailing slash is absent
modify index.html to change the way root and vendor files are referenced (example: src="/web/dist/vendor...) ensuring leading slash is present
create App_Data\uploads folder

For the runner
copy ActivityRunner.exe.config, connections.config, SheetKraft.log4net.xml
set reportUrl in ActivityRunner.exe.config to the url of the website (including a trailing slash)
both url and reportUrl settings should end with a trailing slash

If possible, maintain just one connections.config and reference it from both config files
Create Logs folder and modify log4net.xml files to point to it
