Skip to content

Commit

Permalink
sphinx complained about indentation errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Wenzel committed Jan 22, 2011
1 parent b476dd2 commit 0b039b5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/operations.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Operations
==========

Care and feeding of a Playdoh based app.
Care and feeding of a Playdoh-based app.

Web Server
----------

Apps are typically run under mod_wsgi in production.
::
Apps are typically run under Apache and mod_wsgi in production. Entry point::

wsgi.wsgi

Developers can set that up or run in stand-alone mode:
::
Developers can set that up or run in stand-alone mode::

./manage.py runserver 0.0.0.0:8000

Middleware Caching
Expand All @@ -37,7 +37,7 @@ Playdoh comes packaged with celery and works well with RabbitMQ.
Updating your Environment
-------------------------

You can run update_site.py to keep your app current.
You can run ``update_site.py`` to keep your app current.
It does the following:

* Updates source
Expand All @@ -51,12 +51,12 @@ It does the following:
./bin/update_site.py -e stage
./bin/update_site.py -e prod

You may pass a -v and update_site will explain what
commands as it runs them.
You may pass a ``-v`` and update_site will explain what commands as it runs
them.

If there is an error on any step, the script stops.

IT will typically put bin/update_site.py into a cron for
auto deployment to stage environments.
IT will typically put ``bin/update_site.py`` into a cron for auto-deployment
to stage environments.

Edit your copy to customize your branching and/or release practises.
Edit your copy to customize your branching and/or release practices.

0 comments on commit 0b039b5

Please sign in to comment.