Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Step 1: Database Backup

During the installation process there are changes applied to the DAM database. For this reason it is strongly recommended to back up the database for the DAM Center before proceding with running the instalaltion scripts in Step 3.


Step 2: Preparation


Step 3: Installation Scripts


<configuration>
  <connectionStrings>
    <add name="db" connectionString="#{dzDAMConnectionString}"/>
  </connectionStrings>
  <appSettings>
    <!-- JobService GenerateSearchForAll -->
    <add key="runGenerateSearchForAll" value="true"/>
    <add key="apiUrl" value="#{APIURL}"/>
    <add key="apiUsername" value="#{dzApiUsername}"/>
    <add key="apiPassword" value="#{dzApiPassword}"/>

    <!-- Standard/Required -->
    <add key="versionGuid" value="0b59c5cf-e3a9-4043-aedb-fceaa4040d4c"/>
    <add key="availability" value="74A5A102-A310-4BB7-9E84-0B14C36436B2"/>
    <add key="usingEmbeddedScripts" value="true"/>
    <add key="timeoutInSeconds" value="1800"/>
  </appSettings>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
  </startup>
</configuration>


Step 4: Website Configuration for Media Manager 5


Step 5: Creation of a New IIS Website


Step 6: Application Pool Setup


  • No labels