Skip to content
Rob Reynolds edited this page Oct 28, 2011 · 6 revisions

Deployment ServerMaps

A servermap is a JSON file that contains roles and the target physical servers for a particular environment. Each role you want to deploy will need at least one physical location. This file is a JSON file.
This is made with the idea of

DeploymentRole:"location[,location2]"[,]

##Naming These are always named Environment.servermaps. These should sit right next to the settings files as DK associates them as one unit.

##Example
LOCAL.servermaps

{
	Web:"127.0.0.1",
	VirtualDirectory:"127.0.0.1",
	Host:"127.0.0.1",
	Db: "(local)"
}
Clone this wiki locally