2017-06-23 14:31:17 -04:00
2017-06-23 04:36:52 -04:00
2017-06-23 03:51:55 -04:00
2017-02-16 01:50:00 -04:00
2015-03-25 19:11:27 -04:00
2014-07-12 16:59:14 -04:00

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 easiest way to use Mayan EDMS is by using the official Docker image. Make sure Docker is properly installed and working before attempting to install Mayan EDMS.

With Docker properly installed, proceed to download the Mayan EDMS image using the command:

    $ docker pull mayanedms/mayanedms:2.3

After the image finishes downloading, initialize a Mayan EDMS container.

    $ docker run -d --name mayan-edms --restart=always -p 80:80 \
    -v mayan_data:/var/lib/mayan mayanedms/mayanedms:2.3

Point your browser to the IP address 127.0.0.1 (or the alternate port chosen, ie: 127.0.0.1:81) and use the automatically created admin account.

All files will be stored in the Docker volume mayan_data

If another web server is running on port 80 use a different port in the -p option, ie: -p 81:80.

For the complete set of installation, configuration, upgrade, and backup instructions visit the Mayan EDMS Docker Hub page at: https://hub.docker.com/r/mayanedms/mayanedms/

Important links

Description
No description provided
Readme 143 MiB
Languages
Gettext Catalog 47.9%
Python 26.9%
Modelica 23.2%
HTML 0.8%
reStructuredText 0.7%
Other 0.3%