Commit Graph

411 Commits

Author SHA1 Message Date
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
DaveQB
6ac1fa35ac Edited for the new layout of the pki directory in version 0.11+ 2013-01-07 15:44:09 +11:00
Alejandro Gómez
3b6af979bc Fix typo in example 2013-01-05 19:06:31 +01:00
David Boucha
a93f30d5cb Update doc/topics/event/index.rst
default sock_dir was changed. Updated this doc to work with new location.
2013-01-04 18:40:27 -07:00
Ulrich Dangel
1e198d9708 Replace succesful with successful (reported by lintian) 2013-01-04 03:52:19 +00:00
Pedro Algarvio
dd0258b3e4 Include Travis-CI in the hacking doc, it makes our life easier. 2013-01-03 18:51:44 +00:00
Erik Johnson
70f14c6c0f Remove sentence from development virtualenv docs
Per https://github.com/saltstack/salt/pull/3042#issuecomment-11715005
2012-12-27 23:32:48 -06:00
Erik Johnson
23ca7f049a Clarify virtualenv installation/configuration docs
Since the "pidfile" param has been added to the list of params for which
root_dir is prepended, editing the pidfile is no longer necessary when
running from a recent git checkout. Added a note to clarify this.
2012-12-27 11:51:56 -06:00
Erik Johnson
9a878c7400 Update hacking docs 2012-12-26 20:44:15 -06: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
Erik Johnson
36252d5dfb Add notes for developing on RedHat variants 2012-12-21 18:23:33 -06:00
Erik Johnson
5b3e592fd0 More clarification/correction to hacking docs
Running pip install -e /path/to/git/clone from within the virtualenv
does not also install salt's additional required modules, as the
document suggests. I ran into this issue last week and so did a guy I
was helping troubleshoot in #salt.

Also, I clarified the bit about using --system-site-packages in your
virtualenv.
2012-12-21 16:00:50 -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
Thomas S Hatch
892a371b87 Fix #1775 by adding a coding style 2012-12-20 12:35:27 -07:00
Sean Channel
8adee9532a both ways to add repo 2012-12-20 11:20:48 -08:00
Thomas S Hatch
25aaabdd39 Merge pull request #2969 from nkuttler/doc_debian
Update the incorrect Debian install information
2012-12-20 08:34:30 -08:00
Nicolas Kuttler
947d40adf2 Update the incorrect Debian install information 2012-12-20 17:15:05 +01:00
David Boucha
90c073a2eb Fix typos and grammar. Some clarifications 2012-12-20 08:22:31 -07:00
Thomas S Hatch
29f2132ca9 Get some reactor docs up 2012-12-19 22:09:44 -07:00
Erik Johnson
5def1dd54c Updated docs for grains, modules, and states
Added links to module function documentation, as well as to
"file_roots", and mentioned the saltutil.sync_* functions. Will probably
do the same for returners and renderers soon. This should help people
navigate through the docs easier.
2012-12-18 23:29:36 -06:00
Thomas S Hatch
77df0a2dbf Start on the reactor docs 2012-12-18 16:34:22 -07:00
Thomas S Hatch
5648117b8b Add release docs 2012-12-18 14:51:42 -07:00
Thomas S Hatch
98f34e2410 Merge pull request #2915 from archtaku/docs
Improvements to "hacking" docs
2012-12-17 07:36:13 -08:00
Thomas S Hatch
dd0655191b Add more info about the pki dir change in 0.11.0 2012-12-17 08:28:49 -07:00
Erik Johnson
afbd18db67 Tweaked the info on running in debug mode
Sorry for the repeated commits, but this wording seemed better, and
doesn't presume that running in debug mode means you should forgo a log
file.
2012-12-16 12:57:00 -06:00
Erik Johnson
f4556e2e7e Move info about pidfile into master/minion config
Thanks to s0undt3ch for suggesting this. Anything to type less on the
command line :)

Also, the filenames for the master and minion templates are "master" and
"minion", not "master.template" and "minion.template". Corrected this.
2012-12-16 02:17:44 -06:00
Erik Johnson
343446ba5f misc formatting fixes 2012-12-16 01:13:32 -06:00
Erik Johnson
314bda89fd Add a "cd" so that relative paths make sense 2012-12-16 01:03:47 -06:00
Erik Johnson
1333d21539 Improvements to "hacking" docs
Salt has a lot of Arch Linux users (after all, Arch is the best!), so
I added some information on building the docs in Arch where the python2
version of sphinx-build is called sphinx-build2

Also, when setting up a standalone development environment in a
virtualenv, unless you are running as root (and the docs explicitly
direct you not to do so) you will not have write access to /var/run in
order to create the pidfile. So, the --pid-file argument should be used
to specify a different path.

Finally, a note on running the master and minion in the foreground in
debug mode was added.
2012-12-16 00:45:50 -06:00
David Boucha
bfb53f3773 Some small additions and adjustments 2012-12-13 17:45:25 -07:00
Thomas S Hatch
9558bc7a1d Finish basic updates for 0.11.0 release notes 2012-12-13 17:22:46 -07:00
Alec Koumjian
1f02f680c3 Create quickstart.rst 2012-12-13 15:07:10 -08:00
Thomas S Hatch
96bc7ffd8f Initial 0.11.0 release notes 2012-12-13 14:49:34 -07: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
Denis Generalov
585f46d859 one_fqdn AND other_fqdn will always return empty set 2012-12-04 03:21:15 +04:00
Thomas S Hatch
0cc12b318d Merge pull request #2695 from BackSeat/develop
Rework Linux and FreeBSD insatllation pages
2012-11-25 19:41:51 -08:00
Keith Edmunds
a4869208e9 Rework Linux and FreeBSD insatllation pages 2012-11-25 16:23:01 +00:00
Thomas S Hatch
0041827f24 Merge pull request #2689 from BackSeat/develop
Tweak introduction page of doco
2012-11-24 11:51:13 -08:00
Keith Edmunds
30ab9ab454 Tweak introduction page of doco 2012-11-24 14:32:09 +00:00
Thomas S Hatch
f8e951309c Merge pull request #2630 from kjkuan/develop
Update docs about YAML
2012-11-18 20:04:54 -08:00
Jack Kuan
a284732328 Update docs about troubleshooting YAML. 2012-11-18 20:22:41 -05:00
Ulrich Dangel
d46aa4c486 Fix spelling mistakes reported by lintian 2012-11-19 01:14:21 +00:00
Seth House
5b0abf59eb Added / updated targets for the acl and eauth docs 2012-11-16 11:21:51 -07:00
Seth House
25b7992052 Added target to the eauth doc 2012-11-16 11:12:47 -07:00
Joseph Hall
02f4159790 Adding salt cloud notes to salt release notes 2012-11-15 13:23:52 -07:00
David Boucha
cdf4c57298 Add note about Subversion module addition 2012-11-15 09:18:58 -07:00