From 09905f72c6ba31ccd2d0634cbe37527a970dc895 Mon Sep 17 00:00:00 2001 From: Aneesh Agrawal Date: Tue, 7 Feb 2017 15:15:55 -0500 Subject: [PATCH] Document how to install Salt on Windows --- docs/salt.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/salt.md b/docs/salt.md index 229df9b5..79aa8913 100644 --- a/docs/salt.md +++ b/docs/salt.md @@ -265,6 +265,17 @@ $ sudo service salt-minion start See [the wiki](https://github.com/servo/servo/wiki/SaltStack-Administration) for information about setting up new macOS minions. +#### Windows + +Installation is not yet scripted and must currently be done manually. + +1. Download [the Salt MSI](https://repo.saltstack.com/windows/Salt-Minion-2016.3.3-AMD64-Setup.exe), + currently using version 2016.3.3. +2. Run the installer with a some options that + configure the minion and autostart the minion. + Make sure to provide the correct minion ID! + `Salt-Minion-2016.3.3-AMD64-Setup.exe /S /master=servo-master1.servo.org /minion-name=servo-windowsN` + #### Enabling a new Salt minion On the master: