20 lines
979 B
Plaintext
20 lines
979 B
Plaintext
1. Add the following app settings to web.configs of each zone:
|
|
<add key="reimariHost" value="" />
|
|
<add key="reimariUsername" value="" />
|
|
<add key="reimariPassword" value="" />
|
|
|
|
Hausvise:
|
|
1. Update ReimariIntegration.wsp
|
|
2. Create mdb_ReimariIntegration_HausviseCustomers table in MDb
|
|
3. Run HausviseInitialCustomersLoad (TaloyhtioFBA_String should be specified in app.config):
|
|
Usage: .exe <client_id> <client_secret>
|
|
4. Check that mdb_ReimariIntegration_HausviseCustomers table contains customers now.
|
|
5. Add 2 following app settings to web.config of Windows and FBA zones:
|
|
ReimariHausviseClientId
|
|
ReimariHausviseClientSecret
|
|
6. Install timer job:
|
|
Install-SPFeature -Path ReimariIntegration_Taloyhtio.WebAppHausviseFetchCustomersJob
|
|
Enable-SPFeature -Id e669317f-a53e-4a3a-895b-81fac67d8b2f -Url https://taloyhtio.mobimus.com
|
|
|
|
7. Install-SPFeature -Path ReimariIntegration_Taloyhtio.ReimariHausvise
|
|
8. Run CondoUpdate.AddReimariHausvisePage plugin on necessary condos |