diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2011-04-23 21:54:21 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-04-23 21:54:21 -0500 |
commit | ca22f61e441563e46ac668c007fc10bb9e9694a9 (patch) | |
tree | b415668901a356f839313ea0f46e7300db77ac77 /doc/getting_started/index.txt | |
parent | 608fb57dd36053eb252d188ea7ba2c0a80a5631f (diff) | |
download | bcfg2-ca22f61e441563e46ac668c007fc10bb9e9694a9.tar.gz bcfg2-ca22f61e441563e46ac668c007fc10bb9e9694a9.tar.bz2 bcfg2-ca22f61e441563e46ac668c007fc10bb9e9694a9.zip |
doc: Add documentation for bootstrapping new clients
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/getting_started/index.txt')
-rw-r--r-- | doc/getting_started/index.txt | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/getting_started/index.txt b/doc/getting_started/index.txt index b256edd2d..65ac296f7 100644 --- a/doc/getting_started/index.txt +++ b/doc/getting_started/index.txt @@ -223,11 +223,13 @@ you will find that we now have a correct entry:: Done! Now we just have 242 (or more) entries to take care of! -:ref:`server-plugins-structures-bundler-index` is a relatively easy -directory to populate. You can find many samples of Bundles in the -`Bundle Repository`_, many of which can be used without editing. +:ref:`server-plugins-structures-bundler-index` is a +relatively easy directory to populate. You can find many +samples of Bundles in the :ref:`Bundler Example Repository +<server-plugins-structures-bundler-index-examples>`, many of which can +be used without editing. -.. _Bundle Repository: http://docs.bcfg2.org/server/plugins/structures/bundler/index.html#other-examples +.. _getting_started-index-next-steps: Next Steps ========== @@ -247,6 +249,9 @@ Run ``bcfg2-info``, and type help and the prompt when it comes up. ``bcfg2-admin`` can perform a variety of repository maintenance tasks. Run ``bcfg2-admin`` help for details. +Once you have the server setup, you may be interested in +:ref:`bootstrapping <appendix-guides-bootstrap>` additional clients. + Platform-specific Quickstart Notes ================================== |