Skip to content

Open source, Django based DMS (document management system) with custom metadata indexing, file serving integration, OCR capabilities, document versioning and electronic signature verification.

License

pwhipp/mayan-edms

 
 

Repository files navigation

Build Status Coverage Status PyPI badge Installs badge

Logo

Mayan EDMS

Free Open Source, Django based document management system with custom metadata indexing, file serving integration, tagging, digital signature verification, text parsing and OCR capabilities.

Website

Video demostration

Documentation

Translations

Mailing list (via Google Groups)

License

This project is open sourced under Apache 2.0 License.

Installation

To install Mayan EDMS, simply do:

$ virtualenv venv
$ source venv/bin/activate
$ pip install mayan-edms==1.0.rc1

Instead of using the usual ./manage.py use the alias mayan-edms.py:

$ mayan-edms.py syncdb --migrate --noinput
$ mayan-edms.py runserver

Point your browser to 127.0.0.1:8000 and use the automatically created admin account.

Contribute

  • Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
  • Fork the repository on GitHub to start making your changes to the master branch (or branch off of it).
  • Write a test which shows that the bug was fixed or that the feature works as expected.
  • Send a pull request
  • Make sure to add yourself to the contributors file.

Donations

Please donate if you are willing to support the further development of this project.

About

Open source, Django based DMS (document management system) with custom metadata indexing, file serving integration, OCR capabilities, document versioning and electronic signature verification.

Resources

License

Stars

Watchers

Forks

Packages

No packages published