Commit Graph

435 Commits

Author SHA1 Message Date
Colton Myers
fc16bd16c0 Merge branch '2014.7' into merge-forward
Conflicts:
	doc/faq.rst
	doc/ref/states/compiler_ordering.rst
	doc/topics/best_practices.rst
	doc/topics/development/conventions/formulas.rst
	salt/config.py
	salt/modules/state.py
	salt/states/mount.py
	salt/utils/event.py
	tests/unit/utils/process_test.py
2014-12-16 14:45:25 -07:00
Seth House
51fa87c446 Change all state examples to use short-dec format for consistency
Closes #12419.

The command used to search the docs for state examples is below. This
generates a file in Vim's quickfix format that can be loaded with the -q
flag.

find . -type f \( -name '*.rst' -o -name '*.py' \) -print0
    | xargs -0 -P10 -n1 awk '
        BEGIN { RS=""; FS="\n" }
        { linenr = linect; linect += (NF + 1) }
        /^\s+[a-zA-Z0-9'\''_-]+:\n\s+[a-zA-Z0-9'\''_-]+:\n\s+- / {
            print FILENAME "|" linenr + 2 "|", $1
        }
    ' > ./salt-states.quickfix
2014-12-12 23:36:40 -07:00
Thomas Jackson
2bd05998b3 Comma cleanup 2014-12-12 11:40:10 -08:00
Thomas Jackson
498a612078 Whitespace cleanup
Conflicts:
	doc/topics/cloud/linode.rst
	doc/topics/cloud/misc.rst
	doc/topics/cloud/parallels.rst
	doc/topics/cloud/proxmox.rst

Conflicts:
	doc/topics/development/architecture.rst
	doc/topics/development/translating.rst
2014-12-11 07:53:19 -08:00
Thomas Jackson
0f4a23b93a Trailing whitespace cleanup 2014-12-11 07:53:19 -08:00
Thomas S Hatch
683987e4c3 Merge pull request #18715 from styro/new-windows-deps
Add some new Windows build dependencies to docs.
2014-12-04 16:46:02 -07:00
Colton Myers
472f6577e2 Merge branch '2014.7' into merge-forward
Conflicts:
	salt/minion.py
	salt/modules/localemod.py
	salt/states/mount.py
	salt/transport/__init__.py
	salt/utils/schedule.py
2014-12-04 11:11:11 -07:00
Anton D
12a43353e3 Add some new Windows build dependencies to docs. 2014-12-04 23:34:21 +13:00
Rick Holzer
e8df3f5332 Clarification 2014-12-02 16:21:55 -07:00
rallytime
9fe67a34c2 Make ZMQ 4 installation docs for ubuntu more clear
References #18476
2014-12-01 11:48:17 -07:00
Thomas S Hatch
cfd9352e8b Merge pull request #18076 from UtahDave/develop
add additional repository command
2014-11-14 14:24:56 -07:00
Erik Johnson
6902e829dd Add warning on RHEL ZMQ4 docs regarding python-hashlib 2014-11-14 11:51:42 -06:00
David Boucha
0e25bc4955 add additional repository command
Is Canonical trying to make it harder and harder to find this?
2014-11-13 17:13:50 -07:00
Colton Myers
257b3d4426 Merge branch '2014.7' into merge-forward
Conflicts:
	salt/utils/__init__.py
	salt/utils/minions.py
2014-11-10 14:08:49 -07:00
rallytime
4cbeebd3d0 Add 2014.7.0 release to windows installation doc 2014-11-07 15:26:28 -07:00
Thomas S Hatch
01b917fcf6 Merge branch '2014.7' into develop
Conflicts:
	doc/topics/installation/windows.rst
	salt/states/rabbitmq_cluster.py
2014-11-06 15:04:40 -07:00
Ignacio Torres Masdeu
5977ac4abf Explicitly explain homebrew's stance on sudo 2014-11-06 16:37:38 +01:00
Ignacio Torres Masdeu
6c8ad36c96 Homebrew explicitly discourages the use of sudo
https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/FAQ.md#sudo
2014-11-06 16:10:32 +01:00
rallytime
6f10b96f01 Update windows installer links to include 2014.1.13 pkgs 2014-11-05 16:15:07 -07:00
nerdling
4d02c8da81 Update doc/topics/installation/osx.rst
Unify instructions across package managers.
2014-10-26 16:20:13 -04:00
rallytime
933be7c476 Merge branch '2014.7' into develop
Conflicts:
	salt/master.py
	salt/returners/mysql.py
	salt/utils/cloud.py
	salt/utils/minions.py
2014-10-25 08:54:42 -06:00
Erik Johnson
706f53941b Add notice on automatic installation of repoquery 2014-10-24 16:15:48 -05:00
Thomas S Hatch
9992edfdca Merge branch '2014.7' into develop
Conflicts:
	salt/loader.py
2014-10-20 15:52:31 -06:00
rallytime
559ed2906b Fix small typo in fedora installation docs 2014-10-20 12:06:46 -06:00
Thomas S Hatch
1468c26ec1 Merge branch '2014.7' into develop
Conflicts:
	doc/faq.rst
	doc/ref/configuration/minion.rst
	salt/minion.py
	salt/states/pkg.py
	salt/transport/__init__.py
2014-10-13 15:03:33 -06:00
Erik Johnson
8c80efd8eb Add info on upgrading to ZeroMQ 4 2014-10-08 16:56:28 -05:00
Erik Johnson
391a07e6ac Add info on upgrading to ZeroMQ 4 2014-10-08 16:51:33 -05:00
David Boucha
8464201a71 add links to Windows 2014.1.11 installers 2014-10-07 11:52:53 -06:00
Thomas S Hatch
69b6a1c313 Merge branch '2014.7' into develop 2014-10-06 11:02:27 -06:00
C. R. Oldham
670a39a580 Add warning for FC19 users. 2014-10-03 13:29:41 -06:00
Mike Place
1975043730 Merge pull request #16332 from rallytime/fedora_docs
Add intalling from testing section to fedora installation docs
2014-10-03 13:06:27 -06:00
C. R. Oldham
3fef918352 Add warning for FC19 users. 2014-10-03 12:52:46 -06:00
rallytime
b6075c7425 Add intalling from testing section to fedora installation docs 2014-10-02 13:44:22 -06:00
Chris Rebert
177c168a21 Fix numerous typos found via Lintian
Thanks https://github.com/Debian/lintian/tree/master/data/spelling !
2014-08-11 10:46:43 -07:00
David Boucha
7e7f07927d add links to 2014.1.10 installers 2014-08-05 16:02:09 -06:00
Erik Johnson
57096ca59c Convert double-colon to code-block 2014-07-14 12:37:13 -05:00
David Boucha
98b7c1cdfd add links to 2014.1.7 Salt Windows installers 2014-07-12 23:21:06 -06:00
Thomas S Hatch
c2c9ea05e3 Merge pull request #14119 from gravyboat/develop
Fixed a few more files with code block issues.
2014-07-10 17:14:04 -06:00
Thomas S Hatch
7489599848 Merge pull request #14112 from kennyballou/arch_install_doc_update
Update Arch Linux Installation Documentation
2014-07-10 17:11:41 -06:00
Forrest Alvarez
fd2ecf41bd Updated the debian and index doc files within the installation topic to fix code blocks. 2014-07-10 14:59:37 -07:00
kballou
a270f08292 Update Arch Installation Header
Related to change f40c97c12c
2014-07-10 15:46:52 -06:00
kballou
f40c97c12c Update Arch Linux Installation Documentation
Arch Linux has official support for the `salt` package (including
dependencies), update installation instructions to reflect this change.

Related, restructure notes about installing development builds from AUR.
2014-07-10 15:30:59 -06:00
Ronan Amicel
77dfa9eff4 Docs: fix list formatting on the Installation page 2014-06-19 11:56:28 +02:00
Pedro Algarvio
33b1532239 Remove ending install 2014-06-18 00:46:59 +01:00
Pedro Algarvio
acf51004f8 Update documentation accordingly 2014-06-18 00:36:35 +01:00
Pedro Algarvio
4ba108a0d7 Also provide a pip example on how to pass the global variable 2014-06-17 16:01:11 +01:00
Pedro Algarvio
a2c8175181 Document the --salt-transport option 2014-06-17 15:53:29 +01:00
Pedro Algarvio
85427e73d7 Update install documentation to reflect RAET deps 2014-06-17 15:36:02 +01:00
David Boucha
b54068c57d document new windows installers 2014-06-12 15:36:05 -06:00
Erik Johnson
a628a178cb Fix underline length mismatch 2014-06-09 11:07:53 -05:00
e1337h4xx
389a7677b0 Update debian.rst
Added jessie to saltstack debian installation docs
2014-06-05 22:01:53 +02:00
Michael Lustfield
5eab3db366 minor doc touchups 2014-05-24 23:42:00 -05:00
Seth House
a4abb798db Minor rST indentatation fixes to the Windows install docs 2014-05-22 12:00:54 -06:00
David Boucha
6b60f45afe add windows 2014.1.4 installer links to docs 2014-05-19 18:22:52 -06:00
Erik Johnson
89f685b7d4 Add note about new hard dep for python-requests 2014-05-18 17:55:16 -05:00
Chris Rebert
8af229253f more copyediting 2014-04-30 13:55:48 -07:00
David Boucha
8709ceb0ac Add updated 2014.1.3-1 bugfix windows installer
This installer fixes a line ending issue with the minion config file
2014-04-29 10:45:31 -06:00
David Boucha
f2b9c9ccaa add proper file extension to md5 files 2014-04-20 18:37:59 -06:00
David Boucha
48cddf6a75 add note about comparing md5 hashes 2014-04-17 18:41:15 -06:00
David Boucha
1c840996b2 add links to the md5 hash files 2014-04-17 18:39:34 -06:00
David Boucha
5ab001a685 change windows downloads to use https 2014-04-17 17:42:33 -06:00
David Boucha
a15d861f05 Point docs to the 2014.1.3 Windows Installers 2014-04-17 00:43:19 -06:00
Brad Davis
49529ab65d - Add directions for Installing Salt on FreeBSD 10 with pkgng. 2014-04-10 09:03:00 -06:00
David Boucha
daa038f7e0 update windows installer links 2014-03-31 14:27:54 -06:00
hvnsweeting
ebd22d9f58 Link directly to bootstrap repo 2014-03-20 10:43:53 +00:00
Erik Johnson
83063c8d68 Fix broken links and other sphinx errors 2014-03-17 17:17:18 -05:00
Mike Place
ec7dec55f7 Link directly to bootstrap README. 2014-03-12 16:04:45 -06:00
Erik Johnson
645ac140c0 Add information on yum-utils requirement for yum pkg mgmt 2014-03-05 12:09:07 -06:00
Colton Myers
c7878deb5d Add "Upgrading Salt" to installation doc 2014-03-04 10:22:52 -07:00
Colton Myers
9655d89c4c Remove trailing space 2014-03-04 10:22:39 -07:00
Mike Place
2637fc689f Docs build cleanly! Yay! 2014-02-26 13:32:33 -07:00
David Boucha
b6a80197d2 Add links to 2014.1.0 installers 2014-02-25 15:00:47 -07:00
Steve Bennett
8e59bccfcc Tweak "quick install" instructions
1. Use curl for both master and minion, for consistency
2. Clean up introductory lead text
3. Demonstrate -A option with minion
4. Remove some redundant text.
5. Make capitalisation consistent.
6. Use “set up a Salt Master/Minion” rather than “install the Salt
Master/Minion” for usability. (“The Salt Minion” sounds weird when you
will have many of them.)
7. Embolden 'Salt Minion' and 'Salt Master' for quick scanning.
2014-02-24 22:41:22 +11:00
Mike Place
a485eceac9 Fix all broken links in docs. Ignore certain known-good links. Adjust many links that are returning 301.
Conflicts:
	doc/topics/installation/index.rst
2014-02-20 16:16:59 -07:00
Erik Johnson
179b721b99 fix missing/unreferenced links 2014-02-20 04:38:04 -06:00
Mike Place
fa086eb5e5 Eauth index re-write for clarity. 2014-02-19 16:40:06 -07:00
David Boucha
4ec8959149 add newer 0.17.5 Windows installer links 2014-02-14 16:51:05 -07:00
David Boucha
b44e681c5c release 0.17.5 Windows installers 2014-02-14 01:45:48 -07:00
Corey Quinn
a73953be9d Added homebrew installation to website 2014-02-03 15:35:34 +01:00
Forrest Alvarez
cc0ca13855 Updated windows docs with a quick note to mention that the installers will install deps. 2014-01-08 03:06:43 +00:00
David Boucha
162776c4f1 slight doc reformat on windows install doc page 2014-01-06 16:07:26 -07:00
David Boucha
3fbec595e1 add 0.17.4 windows installer links 2013-12-26 11:55:33 -07:00
Thomas Martin
7246231151 Update requirements concerning ZMQ version
Commit 60fbb6ffa6 requires ZMQ >= 3.2.0.
PyZMQ should be >= 2.2.0 to fully support ZMQ 3.x.
2013-12-11 15:21:39 +01:00
David Boucha
e5d6b8c0d2 Add link to 0.17.2 windows installers 2013-11-14 17:09:12 -07:00
Seth House
5abe667471 Updated downloads URL for Windows binaries 2013-11-01 12:26:10 -06:00
David Boucha
9a4837dd8a Add Windows installer 0.17.1.1 release 2013-10-28 18:33:36 -06:00
EquinoxeFR
34c6f6c831 Removing nsProcess plugin. Using ExecWait and a sleep 3s to stop salt-minion. 2013-10-24 15:19:21 +02:00
EquinoxeFR
47bc1192c1 Adding NSIS plugin to the doc 2013-10-23 13:41:01 +02:00
David Boucha
746369d7b6 Bump Salt Windows installer version. Add to docs 2013-10-18 01:24:37 -06:00
scottp-dpaw
89dfebf80f Refreshed build instructions for Windows 2013-10-15 16:47:37 +08:00
David Boucha
45724660fb Bump windows installer version number 2013-10-08 11:31:19 -06:00
Niels Abspoel
314f5724cc Updated suse installation documentation
With upcoming opensuse 13.1 release and the release of
Suse Linux Enterprise 11 SP3 it was time to update the documentation
2013-09-22 13:06:27 +02:00
David Boucha
86e0de1348 Correct rst underlines that were too short 2013-09-05 10:02:55 -06:00
Pierre DOUCET
aee8b60f79 Adding "wmi windows installer provider" to docs. Fixes #7030 2013-09-05 13:38:24 +02:00
David Boucha
39d00fab81 Add doc showing how to install a Salt Master 2013-08-26 11:27:50 -06:00
Lloyd Chang
54ad96538d Clarify OS X instructions toward success 2013-08-25 00:10:24 -07:00
David Boucha
18d574f269 Add link to amd64 installer. Fix version #s 2013-08-11 18:02:51 -06:00
David Boucha
70a3827273 Add win32 installer link to docs 2013-08-11 18:02:05 -06:00
Erik Johnson
cf365f77cd Convert shell command examples to bash code-block
This commit modifes a number of files which have command-line examples
so that the code-block directive is used. This provides more
visually-appealing syntax highlighting.

More commits like this will follow, this commit is part of an overall
documentation audit that I am performing.
2013-08-10 21:55:51 -05:00
David Boucha
a99c8e721f Add links to windows Salt 0.16.2 installers 2013-08-02 11:09:10 -06:00
David Boucha
45f6ec751b Remove links to very old versions of Salt Windows 2013-07-13 23:38:00 -06:00
David Boucha
6af7cca0bd Add notice that this script is not up to date. 2013-07-13 23:36:51 -06:00
Chris Rebert
bf530eeb27 correctly capitalize GitHub 2013-07-02 19:23:44 -07:00
David Boucha
f58689a455 Add links to 0.16.0 Salt Windows installer. 2013-07-02 11:44:26 -06:00
Erik Johnson
80f615ed9c Further clarification on add-apt-repository
The change made in 1e831ad was not entirely accurate. This commit gives
more detail, providing a better explanation.
2013-06-30 18:05:29 -05:00
Erik Johnson
1e831ada42 Documentation fix
This fixes #5827 by specifying the proper name for the software package
which provides add-apt-repository. It may have at one point been called
software-properties-common, but Ubuntu's package search page has
packages going back to 10.04 LTS showing add-apt-repository in the
python-software-properties package.
2013-06-30 16:39:23 -05:00
David Boucha
337884b389 Remove hyperlink until new link is found 2013-06-29 23:59:53 -06:00
alexanderhaensch
0b721ecdec Update windows.rst
I think 2008 SP1 is needed. In my case it was crashing with return code 0
2013-06-28 11:34:38 +02:00
Colton Myers
3bb7366574 Add docs for enabling EPEL in RHEL 2013-06-12 17:17:44 -06:00
Colton Myers
75e9c9d61e Fix some formatting 2013-06-12 17:17:35 -06:00
David Boucha
9d38df7a66 add pywin32 install. Fix m2crypto link 2013-06-07 16:23:46 -06:00
David Boucha
d08e2a2543 Add M2Crypto to install list 2013-06-07 16:20:54 -06:00
David Boucha
6d34915d6b Add install wmi to Windows source install docs 2013-06-07 16:18:15 -06:00
Joe Healy
4c9b183e96 Updated now that packages depend on zmq3.2 2013-06-07 21:25:42 +10:00
David Boucha
dadb35292c Add links to Salt 0.15.3 Windows installers 2013-06-03 12:05:10 -06:00
David Boucha
22992efc64 Add links to Salt 0.15.2 Windows installers 2013-05-29 11:00:05 -06:00
Thomas S Hatch
c1857e1329 Merge pull request #4965 from basepi/osxdocs4951
Fix OSX installation docs for macports, Fix #4951
2013-05-09 23:10:35 -07:00
Colton Myers
15ea2d528c Fix OSX installation docs for macports, Fix #4951 2013-05-09 20:06:23 -06:00
David Boucha
3f21e2c3ac Add links to 0.15.1 Salt Windows installers 2013-05-09 11:28:14 -06:00
Joe Healy
b0f4e42cde Updated docs to deal with debian unstable packages
being hosted at debian.saltstack.com
2013-05-10 00:12:40 +10:00
David Boucha
9c51f51687 Add link to 32bit Windows installer 2013-05-06 21:59:58 -06:00
David Boucha
8f05b0dce6 Add link to 64 bit 0.15.0 Windows Salt installer 2013-05-05 01:13:40 -06:00
Joe Healy
c3dfd96a54 Deleted outdated build instructions
I think something similar to these should be available, but
anyone following these and also trying to use the backported packages
is likely to make a mess at the moment.
2013-05-03 11:37:10 +10:00
Joe Healy
cf357dba63 Removed duplicated instructions for clarity 2013-05-03 11:36:57 +10:00
Thomas S Hatch
59a5204155 Merge pull request #4719 from joehealy/update_docs_for_debian
Updated docs to reflect new debian packaging arrangements
2013-05-01 22:26:10 -07:00
Joe Healy
5edd08d680 Updated docs to reflect new debian packaging arrangements 2013-05-02 11:20:22 +10:00
Chris Rebert
498d2999db more typo fixes 2013-05-01 16:52:52 -07:00
Colton Myers
ce56ca0820 Add docs for SUSE installation 2013-05-01 16:48:16 -06:00
Frank
5c751743bb Update ubuntu.rst
The `software-properties-common` package is required to be able to do `add-apt-repository` and not the mentioned `python-software-properties`.
2013-04-19 20:59:57 +03:00
David Boucha
a910146c54 Add links to 0.14.1 Windows installers 2013-04-15 18:58:15 -06:00
David Boucha
bbf5cc7f46 Add a needed extra space so it works on cli 2013-03-31 13:21:29 -06:00
David Boucha
12ed1ab9bf Add links to 0.14.0 Salt Windows Installers 2013-03-24 22:37:57 -06:00
Thomas S Hatch
dd3598eafe Minor edits from #4184
@h3, thanks for the docs update, we greatly appreciate it! I just
changed the tense (we try to keep the docs third person - I know,
it still needs work). Keep it comming!
2013-03-20 22:15:42 -06:00
Maxime Haineault
7f1294f932 Update ubuntu documentation
add-apt-repository is not always present by default on Ubuntu systems. Updated the installation doc accordingly.
2013-03-20 23:23:55 -03:00
David Boucha
8318c698b1 Update Windows installer links 2013-03-19 19:50:38 -06:00
Gary Wilson Jr
bd499e5640 Fixed several minor misspellings and acronym capitalizations. 2013-03-18 16:42:57 -05:00
David Boucha
12374d8c78 Add link to 64bit Windows installer 2013-03-13 14:52:49 -06:00
David Boucha
fd51b34aae Add link to 32bit Salt Windows installer 2013-03-13 11:04:41 -06:00
Thomas S Hatch
d7b154a6a4 Clean up rst formatting 2013-03-07 09:54:18 -07:00
Valentin Bud
608ee7c809 Update debian.rst 2013-03-07 17:18:43 +02:00
Thomas S Hatch
d285005b10 Merge pull request #3933 from dcolish/correct-installation-index-doc
Add M2Crypto dependency back in to the installation requirements
2013-03-04 21:07:50 -08:00
Dan Colish
2247c300ab Add M2Crypto dependency back in to the installation requirements
* It was removed 3867ffb3ef but not added
  back when the patch was reverted.
2013-03-04 19:57:02 -08:00
kennyballou
659024ab40 Remove configuration files section (Arch Linux)
This is already being done, maybe since as far back as
0d7732930a
2013-02-25 22:41:31 -07:00
David Boucha
25ad4ffef8 Fix Windows Installer download location 2013-02-24 20:27:28 -07:00
David Boucha
9aae00b28b Better list for the Windows Installers 2013-02-17 21:05:31 -07:00
David Boucha
27038e5792 Add links to 0.13.1 installers 2013-02-17 20:34:27 -07:00
kennyballou
cbac9b908f Update Arch Linux Service Configuration Doc
Since Arch Linux has officially moved over to `systemd` as their service
manager, the Arch Installation / Post-installation steps under the installation
section should also reflect this change
2013-02-11 20:43:56 -07:00
John Albietz
f8ce121a27 restructured text formatting...
fixed invalid formatting.
2013-02-06 09:51:16 -08:00
Thomas S Hatch
c054b208b1 Merge pull request #3604 from ydavid365/osx-install-updated
Osx install updated
2013-02-05 16:21:43 -08:00
ydavid365
462112464d removed first-person. added max_open_files directive. 2013-02-05 16:17:39 -08:00
Thomas S Hatch
34bc68d3a1 Merge pull request #3603 from ydavid365/rhel-fedora-install-docs
minion, not master.
2013-02-05 16:07:18 -08:00
ydavid365
a97ef17309 further instructions cleanup 2013-02-05 16:06:10 -08:00
ydavid365
291fbb5fe1 udpated osx instructions... 2013-02-05 15:54:22 -08:00
ydavid365
36a881a2ca minion, not master. 2013-02-05 15:44:13 -08:00
Thomas S Hatch
7ac5d5df9b Merge pull request #3591 from ydavid365/rhel-fedora-install-docs
split fedora and rhel documentation. updated index.
2013-02-05 15:25:12 -08:00
Jan Duzinkiewicz
d53605b2a7 additional info about building windows installer 2013-02-05 23:00:10 +01:00
ydavid365
18aebcdaf4 split fedora and rhel documentation. updated index. 2013-02-05 02:40:59 -08:00
Thomas S Hatch
25c2bc06d6 Some tense fixes, @smcquay I imagine you could still flower this up
a bit
2013-02-02 13:12:15 -07:00
Stephen McQuay
7ca812c40a Notes for things I had to do on my OS X laptop. 2013-02-02 00:06:40 -08:00
David Boucha
517efd2c59 Updated description of the two installers. 2013-01-28 12:49:41 -07:00
David Boucha
4c32c9eb20 Updated docs to reflect installer locations
64 bit installer location
32 bit installer location
2013-01-28 12:45:59 -07:00
Christer Edwards
5216f4d59e updated freebsd install instructions to reflect port name change 2013-01-28 11:11:21 -07:00
Sean Channel
88249e219f add sysvinit-utils to pinnings 2013-01-25 11:40:24 -08:00
Sean Channel
6a212c5768 install from @madduck 2013-01-25 11:33:43 -08:00
Baiju Muthukadan
742a8cbb23 typo fixes 2013-01-24 19:55:40 +05:30
David Boucha
d72e577e62 Update Windows Installer location. 2013-01-23 14:03:17 -07:00
John Albietz
f4ada25d4c updated with rhel6 examples for starting / loading at boot. 2013-01-20 00:18:45 -08:00
John Albietz
f448591b38 updated with rhel6 examples for starting / loading at boot. 2013-01-20 00:16:22 -08:00
patrickw-nf
2dcefe948f ipc_mode: tcp
Related to: https://github.com/saltstack/salt/issues/1882
2013-01-10 12:36:51 -08:00
David Boucha
824cd89d3e Add info and links to the installer source 2013-01-07 15:19:34 -07:00
David Boucha
ce84009dea Add note about Visual C++ redistributable 2013-01-07 14:41:20 -07:00
David Boucha
136a1c4f10 Add Windows Installer Docs.
Silent Installer options
2013-01-07 14:27:16 -07:00
Erik Johnson
92ab669a1f Provider doc enhancements
1) Added an example for the minion config option "providers".

2) Cleaned up line widths on solaris install instructions, and added
   information on how to use pkgutil as the default package provider.

3) Since systemd is the default provider for Arch Linux now, I corrected
   the information in the "State Providers" page so that the example of
   overriding the service provider reflects the current state of the
   codebase.
2012-12-21 21:40:01 -06:00
Ondrej Kupka
f49506f38e Make sure the Portage package name is unambiguous 2012-12-21 19:20:41 +01:00
Ondrej Kupka
bfe70f7405 Update Gentoo installation manual 2012-12-21 19:05:33 +01:00
Alec Koumjian
26ac0437fe Add bootstrap and prioritize platform instructions to install 2012-12-20 21:21:59 -08:00
Sean Channel
8adee9532a both ways to add repo 2012-12-20 11:20:48 -08:00
Nicolas Kuttler
947d40adf2 Update the incorrect Debian install information 2012-12-20 17:15:05 +01:00
David Boucha
a3abe7dca0 Move result out of code block 2012-12-07 10:31:56 -07:00
David Boucha
9f38d27924 Small grammar fix. Add a comma. 2012-12-06 09:53:55 -07:00
Keith Edmunds
a4869208e9 Rework Linux and FreeBSD insatllation pages 2012-11-25 16:23:01 +00:00
Sean Channel
e22349b8cd eschew upstart style commands 2012-11-07 08:09:52 -08:00
Sean Channel
941b25cd9e add step to impport PPA key via wget / apt-key 2012-10-31 11:11:06 -07:00
Thomas S Hatch
f17ee58cf3 Merge pull request #2355 from clausa/develop
Updates to Windows installation docs
2012-10-25 23:46:06 -07:00
Romeo Theriault
3694483bbe updated solaris installation docs 2012-10-25 20:13:10 -10:00
Claus Albøge
fed5101a86 Updated info about bootstrap script 2012-10-26 00:18:22 +02:00
Claus Albøge
e7d18d188b Added info about bootstrap script 2012-10-26 00:03:27 +02:00
Sean Channel
df550e83dc may as well do it here too 2012-10-25 12:29:10 -07:00
Sean Channel
671665eb24 separate actuall install commands 2012-10-25 12:27:12 -07:00
Sean Channel
c280d67945 cleanup ubuntu install 2012-10-25 12:09:07 -07:00
Dave Boucha
7038e81732 Sentence fix 2012-10-12 16:52:08 -06:00
Dave Boucha
5aa5e13a8a Updated Visual Studio 2008 link 2012-10-12 16:37:09 -06:00
Seth House
789d6b596e Readded missing "installation" target 2012-10-04 18:52:51 -06:00
Seth House
4246b27ff0 Fixed misc rST syntax errors 2012-10-04 18:52:51 -06:00
Romeo Theriault
b7b1552691 reformat a bit 2012-10-01 16:58:40 -10:00
Romeo Theriault
0d936f072f update solaris docs for 0.10.3 2012-10-01 16:49:32 -10:00
Romeo Theriault
c263ede05c added documentation on how to install salt on solaris 2012-09-05 18:12:17 -10:00
Ulrich Dangel
52dbc5d406 Update Debian installation documentation 2012-07-28 19:31:27 +02:00
Seth House
45937c02c0 Added a "See also" for the hacking doc to the install page 2012-07-15 11:36:51 -07:00
Ulrich Dangel
63ca9eb348 Adjust link to packages.debian.org 2012-07-06 00:55:34 +02:00
Thomas S Hatch
9c409531ab Fix broken link in debian docs 2012-07-05 16:51:19 -06:00
Thomas S Hatch
b1c83e8115 Just Ubuntu 2012-07-05 16:06:45 -06:00
Thomas S Hatch
4756a62572 update install doc index 2012-07-05 16:06:15 -06:00
Thomas S Hatch
bfa719dceb Add Debian specific doc 2012-07-05 16:05:20 -06:00
Thomas S Hatch
469866965f change Debian install notes to Ubuntu 2012-07-05 16:00:34 -06:00
lewinson
ccb96b5281 Indicate Python 2.7 is okay 2012-07-01 09:28:37 -07:00
Thomas S Hatch
04d6a02913 Fix #1472 2012-06-19 10:18:44 -06:00
Matt Haggard
6075bee8f4 Added missing line so code block renders 2012-06-05 12:47:32 -06:00
Matt Haggard
17f3865339 Document current problem installing on Ubuntu 11.04 with workaround 2012-06-05 12:39:51 -06:00
Baiju Muthukadan
8783c44452 Fix typo, s/baash/bash 2012-05-30 14:29:04 +05:30
L.C. Rees
3315dad9e7 documentation updates 2012-05-22 22:43:12 -06:00
Nick Houle
73f7efd044 Fixed typo's, added python-software-properties install 2012-05-22 10:16:47 -06:00
Nick Houle
1715d8cf76 Updated link with the corrected restructured syntax 2012-05-21 11:31:18 -06:00
Nick Houle
79fcb1bf4d Added actual link to Troubleshooting index.rst file 2012-05-21 08:34:42 -06:00
Nick Houle
7eb386fc8b Fixed indentation errors and added a link to the salt troubleshooting section for users to reference more in depth troubleshooting. 2012-05-21 08:08:38 -06:00
Nick Houle
a63f703fd9 Updated revisions for new Ubuntu installation. Changed word wrap in vim view for cleaner look. 2012-05-20 14:53:22 -06:00
Nick Houle
58986a7119 Fixed typo and re-made the master bind section. Second Version of orginal. 2012-05-20 14:16:41 -06:00
Nick Houle
6ac45a24ea Completely updated salt installation for Ubuntu. Previous version was partially up to date, yet had to explanations. New installation file for ubuntu has configuration of salt configs, testing of salt setup, and troubleshooting. 2012-05-20 09:49:16 -06:00
Seth House
7a91888fe1 Minor rST fixes in a few docs & docstrings 2012-04-25 23:11:09 -06:00
Monty Taylor
3867ffb3ef Replace M2Crypto RSA with PyCrypto.
M2Crypto has been abandonded upstream, has many outstanding bugs,
and doesn't build unpatched on Fedora. Since the only thing M2Crypto
is being used for in the salt codebase is RSA support, using the PyCrypto
RSA module instead is pretty straight forward. Additionally, the RSA
module uses sign/verify terminology around our use of private encrypting
known tokens for verification purposes rather than private_encrypt and
public_descrypt, which makes reading the intent a little clearer.
2012-04-20 09:30:33 -07:00
Thomas S Hatch
f1e9525590 Merge pull request #1036 from SEJeff/misc-updates
Misc documentation updates
2012-04-02 22:25:50 -07:00
Jeff Schroeder
e4b342b9be Document additional RHEL6 installation info
Fixes #1021
2012-04-02 22:17:26 -07:00
Jeff Schroeder
d5d8b7ffc8 EPEL includes salt now, lets mention that 2012-04-02 22:17:11 -07:00
David Boucha
ba09db25a9 Updated Windows Installation docs
This worked well for me. I need some people to attempt to follow these directions.
2012-03-20 01:00:13 -06:00
David Boucha
eab62c2cf8 First Windows Installation page 2012-03-20 01:00:13 -06:00
Jeff Schroeder
8567444373 War on sphinx war-nings... BRING IT! 2012-03-18 18:18:38 -07:00
Gordon McAllister
72c2014767 War on typos
Also cleanup whitespace and break some long lines
2012-03-14 17:09:19 -07:00
David Boucha
3a5bb0407d Various Doc fixes.
Mainly small typo fixes and clarifying some language
2012-03-08 21:05:52 -07:00
Christer Edwards
e78a0fc5b3 standardized install docs for code-blocks 2012-02-29 13:41:38 -07:00
Christer Edwards
f227c335b6 formatting and clarification cleanup in docs 2012-02-27 21:19:29 -07:00
pille
aa08f8a52b updated ubuntu install doc
currently there's no single up-to-date salt-package anymore.
it has been split into pieces. wrt #711.
2012-02-27 11:44:48 +01:00
Seth House
bca4c2ff12 Added document-level headings to platform-specific headings 2012-02-25 14:56:29 -07:00
Seth House
be81d5dde5 Removed duplicate global labels from install tutorials 2012-02-25 14:56:28 -07:00
Seth House
2ed2241ff7 Moved platform-specific tutorials into the installation instructions 2012-02-25 14:56:28 -07:00
Seth House
d9b17cede2 Re-added the installation docs
Since RTD build the latest docs as the default available docs having the
installation instructions along with the rest of the docs is really the
best place for them to live.

Fixes #762
Fixes #763
2012-02-25 14:55:44 -07:00