mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Merge pull request #163 from JensRantil/add_admin_links
Add admin links
This commit is contained in:
@@ -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>`_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user