blob: a6994e7145dc6610a7a96b013b44a0fbe326c41e (
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.
(If you find anything wrong or missing please go to our :term:`IRC
Channel` and let us know)
* `QuickStart` or `QuickStart2` or `QuickStart3` (FIXME: merge
these at some point)
* `Bcfg2 from scratch on Ubuntu <Quickstart/Ubuntu>`
* `Bcfg2 from scratch on CentOS <QuickStart/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
=========
* `Reports`
Examples
========
* `Demo Repository <GroupNames>`
* `Plugins/Bundler/examples`
* `Plugins/Probes/examples`
* `Plugins/TGenshi/examples`
Man Pages
=========
* `Manual Pages <ManualPages>`
|