Skip to content

Free Open Source Document Management System (mirror, no pull request or issues)

License

Notifications You must be signed in to change notification settings

Joseph-Ramos-CMU/Mayan-EDMS

Repository files navigation

pypi builds coverage python license



Mayan EDMS is a document management system. Its main purpose is to store, introspect, and categorize files, with a strong emphasis on preserving the contextual and business information of documents. It can also OCR, preview, label, sign, send, and receive thoses files. Other features of interest are its workflow system, role based access control, and REST API.

Installation

The installation procedure uses the Docker container manager (docker.com). Make sure Docker is properly installed and working before attempting to install Mayan EDMS.

Step 1- Initialize the installation

docker run --rm -v mayan_media:/var/lib/mayan \
-v mayan_settings:/etc/mayan mayanedms/mayanedms mayan:init

Step 2- Deploy a container

docker run -d --name mayan-edms --restart=always -p 80:80 \
-v mayan_media:/var/lib/mayan -v mayan_settings:/etc/mayan mayanedms/mayanedms

Step 3- Open a browser and go to http://localhost

Important links

Homepage

Videos

Documentation

Paid support

Community forum

Community forum archive

Source code, issues, bugs

Plug-ins, other related projects

Translations

About

Free Open Source Document Management System (mirror, no pull request or issues)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.3%
  • HTML 2.7%
  • JavaScript 0.8%
  • Makefile 0.5%
  • Shell 0.4%
  • CSS 0.2%
  • Dockerfile 0.1%