Added DjangoZoom screencast link to the documentation, documentation spelling fixes

This commit is contained in:
Roberto Rosario
2011-10-16 09:13:56 -04:00
parent d50b2ef172
commit 5ac70a2100
4 changed files with 18 additions and 2 deletions

View File

@@ -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
----------

View File

@@ -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

View File

@@ -138,6 +138,20 @@ To install **Mayan EDMS** on Webfaction_, follow these steps:
WSGIScriptAlias / /home/<username>/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/

View File

@@ -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
---------------------------------------