This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#https://vanessa.louwagie.io/2017/09/08/automated-teamcity-build-agent-install-for-windows-server/ | |
#Agent requires Java to be installed, and have the java bin directory exist in the path directory. | |
Param( | |
#The parent installation directory. Will create [$NumberOfBuildAgents] directories, one for each build agent. | |
[Parameter(Mandatory=$true)] | |
$InstallationDiskDrive = "C:\", | |
#The path to the Java Runtime Environment which the build agent runs on top of. | |
[Parameter(Mandatory=$true)] | |
$JavaPath = "C:\JRE", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<config> | |
<!-- ... --> | |
<requestHandler name="/replication" class="solr.ReplicationHandler" > | |
<!-- | |
Simple Replication Parameters | |
Solr Master | |
* replication.master.enabled (Default: false) |