Open source, Django based document management system with custom metadata indexing, file serving integration, tagging, digital signature verification, text parsing and OCR capabilities.
Mailing list (via Google Groups)
To bootstrap Mayan EDMS via the fabfile without having to clone the entire repository, run the following command, replacing the part that reads: with your current MySQL root password or the MySQL root password you plan to assign to it, during the MySQL installation when executing the fabfile.
-
Debian or Ubuntu:
cd /tmp && sudo apt-get install -y fabric wget tar gzip && wget https://github.com/rosarior/mayan/raw/master/contrib/fabfile.tar.gz -O - | tar -xvzf - && echo "database_manager_admin_password=<Your MySQL root password>" > ~/.fabricrc && fab -H localhost install
-
Fedora:
cd /tmp && sudo yum install -y fabric wget tar gzip && wget https://github.com/rosarior/mayan/raw/master/contrib/fabfile.tar.gz -O - | tar -xvzf - && echo "database_manager_admin_password=<Your MySQL root password>" > ~/.fabricrc && fab -H localhost install
This project is open sourced under GNU GPL Version 3.
Roberto Rosario - Twitter E-mail
Please donate if you are willing to support the further development of this project.