Log on:
Powered by Elgg

Wiki Page > Deploying new client sites to emeraldintouchcom



These pages are designed to help Emerald staff deploy new client sites to the Emerald InTouch client domain, emeraldintouch.com.

At the time of writing, two client sites exist:

  • mdx.emeraldintouch.com
  • kentz.emeraldintouch.com

To deploy a new site, e.g newsite.emeraldintouch.com please follow these steps

  1. Request to IT/Claritas to create new sub-domain 'newsite.emeraldintouch.com' and ask that the new sub-domain points to IP address 83.138.175.85
  2. From the site files for emeraldintouch.com open the file config.php
  3. For the new site, include the following lines:
    1. if($DomainName == "newsite.emeraldintouch.com")
      {
          include('NEWSITE_config.php');
      }
    2. Save the file and upload to the site
  4. Make a copy of the file 'Original Config.php' and rename the copy to the name referred to in step 3, e.g. NEWSITE_config.php
  5. There are a number of modifications to make to the new confg file. Follow this link to discover the changes you need to make, and why InTouch Configuration File Changes for New Sites