mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Add Windows frozen minion docs
This commit is contained in:
parent
9b360232bd
commit
06c02ca6f4
@ -33,6 +33,11 @@ Once you have your tools installed and the environment configured, you can then
|
|||||||
all the scripts up into a redistributable. There will be an appropriately
|
all the scripts up into a redistributable. There will be an appropriately
|
||||||
versioned ``salt-VERSION.zip`` in ``dist/`` if everything went smoothly.
|
versioned ``salt-VERSION.zip`` in ``dist/`` if everything went smoothly.
|
||||||
|
|
||||||
|
Windows
|
||||||
|
-------
|
||||||
|
You will need to add ``C:\Python27\lib\site-packages\zmq`` to your PATH
|
||||||
|
variable. This helps bbfreeze find the zmq dll so it can pack it up.
|
||||||
|
|
||||||
Using the Frozen Build
|
Using the Frozen Build
|
||||||
======================
|
======================
|
||||||
|
|
||||||
@ -50,6 +55,11 @@ new version.
|
|||||||
Gotchas
|
Gotchas
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
My Windows minion isn't responding
|
||||||
|
----------------------------------
|
||||||
|
The process dispatch on Windows is slower than it is on *nix. You may need to
|
||||||
|
add '-t 15' to your salt calls to give them plenty of time to return.
|
||||||
|
|
||||||
Windows and the Visual Studio Redist
|
Windows and the Visual Studio Redist
|
||||||
------------------------------------
|
------------------------------------
|
||||||
You will need to install the Visual C++ 2008 32-bit redistributable on all
|
You will need to install the Visual C++ 2008 32-bit redistributable on all
|
||||||
|
Loading…
Reference in New Issue
Block a user