forked from saltstack/salt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notes for things I had to do on my OS X laptop.
- Loading branch information
Showing
4 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
==== | ||
OS X | ||
==== | ||
|
||
Now go to the :doc:`Configuring Salt</topics/configuration>` page. | ||
|
||
Dependency installation | ||
----------------------- | ||
|
||
There are many ways to skin the dependency cat. One solution that I found | ||
simple enough was to install two key packages with the fine homebrew package | ||
manager: | ||
|
||
|
||
.. code-block:: bash | ||
brew install swig | ||
brew install zmq | ||
and then install the python dependencies as follows: | ||
|
||
|
||
.. code-block:: bash | ||
pip install M2Crypto pyzmq PyYAML pycrypto msgpack-python jinja2 psutil | ||
Post-installation tasks | ||
======================= | ||
|
||
Now go to the :doc:`Configuring Salt</topics/configuration>` page. |