From 5ac70a21004f134db6b91ee2719860a6e24dd415 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 16 Oct 2011 09:13:56 -0400 Subject: [PATCH] Added DjangoZoom screencast link to the documentation, documentation spelling fixes --- docs/changelog.rst | 2 ++ docs/development.rst | 2 +- docs/installation.rst | 14 ++++++++++++++ docs/requirements.rst | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 224af08934..3a7c2d4b6a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,6 +9,8 @@ (https://twitter.com/#!/emperorcezar) for the suggestion * Added step to the documentation explaining how to install Mayan EDMS on Webfaction +* Added an entry in the documentation to the screencast explaining how + to install Mayan EDMS on DjangoZoom 2011-10-05 ---------- diff --git a/docs/development.rst b/docs/development.rst index c4fe2aad4a..b55371ac69 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -21,7 +21,7 @@ Source Control **Mayan EDMS** source is controlled with Git_ -The project is publicly accessable, hosted and can be cloned from **GitHub** using:: +The project is publicly accessible, hosted and can be cloned from **GitHub** using:: $ git clone git://github.com/rosarior/mayan.git diff --git a/docs/installation.rst b/docs/installation.rst index 388e00c9d3..98e96a283b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -138,6 +138,20 @@ To install **Mayan EDMS** on Webfaction_, follow these steps: WSGIScriptAlias / /home//webapps/mayan_app/mayan/mayan/wsgi/dispatch.wsgi +DjangoZoom +---------- +For instructions on how to deploy **Mayan EDMS** on DjangoZoom, watch the screencast: + +"Deploying Mayan EDMS on DjangoZoom.net" available on Youtube_ + + +.. _`vendor lock-in`: https://secure.wikimedia.org/wikipedia/en/wiki/Vendor_lock-in +.. _Python: http://www.python.org/ +.. _Django: http://www.djangoproject.com/ +.. _OCR: https://secure.wikimedia.org/wikipedia/en/wiki/Optical_character_recognition +.. _`Open source`: https://secure.wikimedia.org/wikipedia/en/wiki/Open_source +.. _DjangoZoom: http://djangozoom.com/ +.. _Youtube: http://bit.ly/mayan-djangozoom .. _Apache: https://www.apache.org/ diff --git a/docs/requirements.rst b/docs/requirements.rst index 12ce20999d..1ba97459bc 100644 --- a/docs/requirements.rst +++ b/docs/requirements.rst @@ -31,7 +31,7 @@ To enable distributed OCR support --------------------------------- * ``celery`` - asynchronous task queue/job queue based on distributed message passing -* ``django-celery`` - ``celery`` Django integration +* ``django-celery`` - celery integration for Django To store documents in a GridFS database ---------------------------------------