Resort Tools - Copying Test Files to Production
Overview
These are instructions on how to copy the test Resort Tools files over to the production instance. This is typically a one time copy that is done after all the configuration and testing has been completed in test but it can be done more often if needed. The process is to copy all test files and paste into the production directory and then edit the appsettings.json and appsettings.custom.json files.
Detailed Guide
Open IIS on Resort Tools server and right click on the test files (EldoraResortToolsTest in screen shot below) and select Explore to go to the location of the install files.
Stop production Application Pool being used by production site. In screen shot below, click Application Pools and find the correct app pool in list. Right click and select Stop.
Copy all files in test directory
Paste into prod directory
Edit appsettings.json
Update to be prod Nop site URL
"NopApiURL": "https://store.eldora.com/"
Update to be prod Unity URL’s
"UnityAPIUrl": "<https://unity.powdr.com/unityprodeldora/",>
"IdentityUrl": "<https://unity.powdr.com/unityprodeldora/",>
Update both Connect strings to be prod info (server name, database name)
"DefaultConnection":
"SupportConnection":
Start IIS App Pool
Navigate to prod URL and test (i.e. https://resorttools.powdr.com/eldoraresorttools/Admin#/)