mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
18 lines
544 B
ReStructuredText
18 lines
544 B
ReStructuredText
Deployment
|
|
==========
|
|
|
|
Staging/Development
|
|
-------------------
|
|
|
|
`Fabric <http://pypi.python.org/pypi/Fabric>`_ is used to allow developers to
|
|
easily push changes to a previously setup development/staging environment.
|
|
To get started, run the following command from within your virtual
|
|
environment::
|
|
|
|
pip install fabric==0.9.3
|
|
fab --fabfile src/pastebin/fabfile.py -l
|
|
|
|
This will install Fabric and provide a list of available commands.
|
|
|
|
When run from src/pastebin, you can just run ``fab [command]`` (i.e. without
|
|
the ``-fabfile`` flag).
|