Download
Please consider donating → or purchasing service level agreements or one of several commercial licenses straight from Mayan EDMS creators: Documen.to→
Direct download
The latest releases are available at →GitHub.com
You can also clone the project with Git by running:
$ git clone git://github.com/rosarior/mayan
Cloud install
Enjoy a 14 days risk free trial of Mayan EDMS on Appsembler’s SaaS platform for apps.
Automatic install using included fabfile
A Fabric file is included to help users not very familiar with Ubuntu, Python and Django install Mayan EDMS, or for system administrators looking to automate the install whether in a local or remote system.
To bootstrap Mayan EDMS via the fabfile without having to clone the entire repository, run the following command, replacing the part that reads: <Your MySQL root password> 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
VirtualBox appliance image
This appliance file contains Ubuntu 12.10 with Mayan EDMS, LibreOffice, Tesseract, Unpaper and everything you need installed and ready to be used. The file is almost 700MB in size. Just download, import into VirtualBox and start it up, the IP address will be shown after it is up and running in the login prompt.
Download link: →2013-01-04 Direct download SHA1 checksum 83fe17bee3e0700302a50e03fefd83f89cfc9a45


