mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Add Gentoo instructions for installation
This commit is contained in:
parent
2cbd81170a
commit
3b0446963b
@ -105,6 +105,26 @@ accepted you can install Salt by downloading the latest ``.deb`` in the
|
||||
|
||||
.. __: http://packages.debian.org/search?keywords=python-zmq
|
||||
|
||||
Gentoo
|
||||
------
|
||||
|
||||
Salt can be easily installed on Gentoo::
|
||||
|
||||
emerge pyyaml m2crypto pycrypto jinja pyzmq
|
||||
|
||||
Then download and install from source:
|
||||
|
||||
1. Download the latest source tarball from the GitHub downloads directory for
|
||||
the Salt project: |latest|
|
||||
|
||||
2. Untar the tarball and run the :file:`setup.py` as root:
|
||||
|
||||
.. parsed-literal::
|
||||
|
||||
tar xvf salt-|version|.tar.gz
|
||||
cd salt-|version|
|
||||
python2 setup.py install
|
||||
|
||||
Installing from source
|
||||
======================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user