Fork me on GitHub

Welcome to Mayan EDMS

Open source, Django based document manager with custom meta-data indexing, file serving integration, document tagging and OCR capabilities.

1 capture 2 organize 3 store

Where to get it?

The latest releases are available at GitHub.com

Or you can download the latest development version either in zip or tar format.

You can also clone the project with Git by running:

$ git clone git://github.com/rosarior/mayan

What it needs?

How to install it?

virtualenv --no-site-packages mayan
cd mayan
git clone git://github.com/rosarior/mayan.git
cd mayan
source ../bin/activate
pip install -r requirements/production.txt