Roberto Rosario 8179c35189 Simplify test runner by adding a new option '--mayan-apps' that
automatically tests all Mayan apps that report to have tests.
Change the app flag that indicates when an app has test
from 'test' to the more explicit 'has_test'.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
2017-03-14 23:47:40 -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 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

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%