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
- 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
- From the site files for emeraldintouch.com open the file config.php
- For the new site, include the following lines:
- if($DomainName == "newsite.emeraldintouch.com")
{
include('NEWSITE_config.php');
} - Save the file and upload to the site
- 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
- 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