Merge pull request #163 from JensRantil/add_admin_links

Add admin links
This commit is contained in:
Kenneth Reitz
2012-06-08 02:16:51 -07:00
+12 -2
View File
@@ -4,7 +4,7 @@ Systems Administration
Fabric
------
Fabric is a library for simplifying system administration tasks. While Chef
`Fabric <http://docs.fabfile.org>`_ is a library for simplifying system administration tasks. While Chef
and Puppet tend to focus on managing servers and system libraries,
fabric is more focused on application level tasks such as deployment.
@@ -66,16 +66,23 @@ and we can deploy with:
Additional features include parallel execution, interaction with remote
programs, and host grouping.
`Fabric Documentation <http://docs.fabfile.org>`_
Chef
----
.. todo:: Write about Chef
`Chef Documentation
<http://wiki.opscode.com/display/chef/Documentation>`_
Puppet
------
.. todo:: Write about Puppet
`Puppet Labs Documentation <http://docs.puppetlabs.com>`_
Blueprint
---------
@@ -84,4 +91,7 @@ Blueprint
Buildout
--------
.. todo:: Write about Buildout
.. todo:: Write about Buildout
`Buildout Website <http://www.buildout.org>`_