Mayan Formula

Automated OCR of documents, automatic categorization, flexible metadata, extensive access control, Mayan EDMS has all this to offers and many more features to help you tame your documents.

Sample pillars

mayan:
  server:
    enabled: true
    workers: 3
    bind:
      address: 0.0.0.0
      port: 9753
    source:
      type: git
        address: git@github.com:mayan-edms/mayan-edms.git
        rev: master
    database:
      engine: 'postgresql'
      host: 'localhost'
      port: 5672
      name: 'mayan'
      password: 'pass'
      user: 'mayan'
  api:
    enabled: true
    hmac_key: d2d00896183011e28eb950e5493b99d90
    uri_id: 1sadfasfg468h7j9g7j9h78gk6g54fg6f
    bind:
      port: 33333
      host: 0.0.0.0

Sample pillar with specific folder for documents

mayan:
  server:
    enabled: true
    workers: 3
    storage_location: "/share"
    bind:
      address: 0.0.0.0
      port: 9753
    source:
      type: git
        address: git@github.com:mayan-edms/mayan-edms.git
        rev: master
    database:
      engine: 'postgresql'
      host: 'localhost'
      port: 5672
      name: 'mayan'
      password: 'pass'
      user: 'mayan'
  api:
    enabled: true
    hmac_key: d2d00896183011e28eb950e5493b99d90
    uri_id: 1sadfasfg468h7j9g7j9h78gk6g54fg6f
    bind:
      port: 33333
      host: 0.0.0.0

Documentation and Bugs

To learn how to install and update salt-formulas, consult the documentation available online at:

In the unfortunate event that bugs are discovered, they should be reported to the appropriate issue tracker. Use Github issue tracker for specific salt formula:

For feature requests, bug reports or blueprints affecting entire ecosystem, use Launchpad salt-formulas project:

You can also join salt-formulas-users team and subscribe to mailing list:

Developers wishing to work on the salt-formulas projects should always base their work on master branch and submit pull request against specific formula.

Any questions or feedback is always welcome so feel free to join our IRC channel:

#salt-formulas @ irc.freenode.net