diff options
author | Fabian Affolter <fabian@bernewireless.net> | 2010-11-09 00:54:04 +0100 |
---|---|---|
committer | Fabian Affolter <fabian@bernewireless.net> | 2010-11-09 00:54:04 +0100 |
commit | 879bcfb87ff4080010a444c6a1ff6e90361648e4 (patch) | |
tree | 92dae93767ce271f48b05ccdf8aa79970a01aa58 /doc | |
parent | 7a884707ec7189f743dbb8de07e957e2f63e02c8 (diff) | |
download | bcfg2-879bcfb87ff4080010a444c6a1ff6e90361648e4.tar.gz bcfg2-879bcfb87ff4080010a444c6a1ff6e90361648e4.tar.bz2 bcfg2-879bcfb87ff4080010a444c6a1ff6e90361648e4.zip |
Guide for web reports moved
Diffstat (limited to 'doc')
-rw-r--r-- | doc/appendix/guides/web-reports.txt (renamed from doc/reports/install.txt) | 11 | ||||
-rw-r--r-- | doc/reports/index.txt | 1 | ||||
-rw-r--r-- | doc/server/plugins/index.txt | 15 |
3 files changed, 19 insertions, 8 deletions
diff --git a/doc/reports/install.txt b/doc/appendix/guides/web-reports.txt index 80f9342ae..9eadfb678 100644 --- a/doc/reports/install.txt +++ b/doc/appendix/guides/web-reports.txt @@ -5,11 +5,11 @@ .. This is combination of the Ubuntu guide and the Centos guide for installing the web reports. -.. _server-reports-install: +.. _web-reports: -===================== -Dynamic (web) Reports -===================== +================================== +Dynamic (web) Reports installation +================================== The first step is to install the needed software components like the Django framework and the database (SQlite2). All packages for Fedora @@ -180,4 +180,5 @@ then have something like this:: Restart apache and point a browser to your Bcfg2 server. -If using sqlite be sure the sql database file and directory containing the database are writable to apache. +If using sqlite be sure the sql database file and directory containing the +database are writable to apache. diff --git a/doc/reports/index.txt b/doc/reports/index.txt index bef686305..1360d5ffd 100644 --- a/doc/reports/index.txt +++ b/doc/reports/index.txt @@ -24,6 +24,5 @@ uses django and a database backend. .. toctree:: :maxdepth: 2 - install static dynamic diff --git a/doc/server/plugins/index.txt b/doc/server/plugins/index.txt index 126331325..e561722cf 100644 --- a/doc/server/plugins/index.txt +++ b/doc/server/plugins/index.txt @@ -30,6 +30,18 @@ http://trac.mcs.anl.gov/projects/bcfg2/browser/trunk/bcfg2/src/lib/Server/Plugin .. _Bcfg2 repository: http://trac.mcs.anl.gov/projects/bcfg2/browser/trunk/bcfg2/src/lib/Server/Plugins. +Connectors +---------- + +.. toctree:: + :maxdepth: 2 + :glob: + + connectors/* + +Each of these plugins has a corresponding subdirectory with the same +name in the Bcfg2 repository. + Metadata (Grouping) ------------------- @@ -78,7 +90,7 @@ Statistics Plugins statistics/* DBStats can be enabled by adding it to the plugins line in -``/etc/bcfg2.conf``. +`/etc/bcfg2.conf`. Version Plugins --------------- @@ -103,5 +115,4 @@ More details can be found in :ref:`server-plugins-plugin-roles` plugin-roles probes/index - properties trigger |