Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

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


Code Block
languagecpp
linenumberstrue
<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