blob: fe52807d4195af373fed3c661bd9e78c24025310 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
.. -*- mode: rst -*-
.. _getting_started-index:
===========
Using Bcfg2
===========
These are many of the resources available to help new users get started.
* For the impatient there is the :ref:`quickstart-index` page.
* :ref:`gettinghelp` has information when you are troubleshooting or need to ask a question.
* If you find anything wrong or missing please :ref:`report-a-bug` to let us know.
.. toctree::
:maxdepth: 2
using-bcfg2-info
using-bcfg2-with-centos
Must Reads
==========
* `Documentation`
* `WritingSpecification`
* `Bcfg2 Architecture <Doc/Architecture>`
* `ServerSideOverview`
* `UpgradeTesting`
* `Troubleshooting`
* `Bcfg2 Server Plugins <Plugins>`
Misc/Others
===========
* `Probes <Plugins/Probes>`
* `AgentMode`
* `DynamicGroups`
* `Client Tool Drivers <ClientTools>`
* `Developing for Bcfg2 <DevelopingForBcfg2>`
* `Howtos`
Reporting
=========
* :ref:`server-reports-index`
Examples
========
* `Demo Repository <GroupNames>`
* `Plugins/Bundler/examples`
* `Plugins/Probes/examples`
* `Plugins/TGenshi/examples`
Man Pages
=========
* `Manual Pages <ManualPages>`
|