Added chapter about fabric based deployments

This commit is contained in:
Armin Ronacher 2010-07-06 16:07:13 +02:00
parent b7c0e564d4
commit 34fcd19306
5 changed files with 219 additions and 2 deletions

View file

@ -33,6 +33,10 @@ not supported by `distribute`_ so we will not bother with it. If you have
not yet converted your application into a package, head over to the
:ref:`larger-applications` pattern to see how this can be done.
A working deployment with distribute is the first step into more complex
and more automated deployment scenarios. If you want to fully automate
the process, also read the :ref:`fabric-deployment` chapter.
Basic Setup Script
------------------