Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

Version 1 Next »

2.1 Prepare the website folder

Unzip the provided archive of Digizuite™ Media Manager and copy the content of the folder to the desired location where the front-end website should reside. In this document, we will refer to this folder as <WebsiteFolder>.

We recommend that you name the folder to match the prepared DNS record name, e.g. "mediamanager.mycompany.com".

2.2 Media Manager website configuration

Open the folder <WebsiteFolder> and copy the file Web.Config.new to Web.config. Open it in a text editor and change the following:

  • In section appSettings: Change the value for APIURL so that it points to the dmm3bwsv3 URL of your Digizuite™ DAM Center installation, e.g. http://damcenter.mycompany.com/dmm3bwsv3/.
  • Specify the backend system user password in section digiConfig/services/@password. For more information, see the Digizuite™ DAM Center documentation.
  • Specify the desired location for log files in digiConfig/log/@path.
  • If your upload storage is not a local destination, you need to specify userName, password and domain in the UNC section. Then make sure the UNC section is uncommented.

2.3 Google Analytics setup

If you want to use Google Analytics for statistics, you need to download a cryptographic private key file from Google Analytics and save it in the App_Data folder of the Digizuite™ Media Manager website. By default you should name this file privatekey.p12.

Also you need to copy Google Analytics ViewId and account email to the configuration.

2.4 Create a new IIS website

To add a new website on Windows Server 2012, open the Server Manager console and under the Tools drop-down menu select Internet Information Services (IIS) Manager.

Right click the webserver and select Add website.

Once you select Add website, a new window will show up.

  • Site name - We recommend that you name the folder to match the prepared DNS record name.
  • Physical path - Specify the website path <WebsiteFolder>.
  • Host name - Specify the prepared DNS record name.

Note: Only edit the above sections.

2.5 Setup Application Pool

  • Expand the server content from the IIS Manager window and Select the Application Pools menu.
  • Locate the pool with the same name as your website and double click it.
  • The Edit Application Pool window will pop-up. Confirm that the selected .Net CLR version is 4+.
  • Close Edit Application Pool and open the Advanced Settings.
  • Under Process Model change the Identity to LocalService.


Table of Contents

  • No labels