Re: [Mayan EDMS: 2438] Fixing Gateway After Document Upload

2018-04-23 Thread Jonathon Exley
Check your cpu and memory utilisation. I get the same message when my pi2 runs out of memory. If you are maxing out your server you will need to beef it up. On Thu, 19 Apr 2018 10:22 pm Joseph Onyilo wrote: > > I am currently using Mayan EDMS 2.7.3 implementation deployed

Re: [Mayan EDMS: 2262] Usando proxmox turnkey mayan-edms 2.2

2018-02-13 Thread Jonathon Exley
What does the __init__.py file say? It looks like TurnKey Linux installs into /usr/share/ so try: $ cat /usr/share/mayan-edms/lib/python2.7/site-packages/mayan/__init__.py Here's what Mayan 2.7.3 looks like: $ cat /opt/mayan-edms/lib/python2.7/site-packages/mayan/__init__.py from __future__

Re: [Mayan EDMS: 2174] Metadata values, how to harness them

2017-10-25 Thread Jonathon Exley
Can you give an example? In not sure I understand what you are trying to do. Jonathon. On Oct 25, 2017 5:20 PM, "Lin Pro" wrote: > How do you harness the lookup function when there is 10,000 values for a > metadata type? > I am clueless where to store the values and how

Re: [Mayan EDMS: 2158] searching 'All Documents'

2017-10-07 Thread Jonathon Exley
Select Advanced Search for documents, from the home page. Enter your filename search in the Label: field. That seems to work for me. Jonathon. On Oct 6, 2017 09:43, "Douglas Van Es" wrote: > hello all. > > i have a quick question: > > we are scanning invoices here. the

Re: [Mayan EDMS: 2117] Is there more in-depth documentation of workflows?

2017-09-19 Thread Jonathon Exley
Essentially the workflow is a tag that identities the state of a document. You could just use regular tags, but the workflow status has defined allowable transitions, e.g. a draft design document could be made to go through a 'review' state before it can transition to the 'approved' state. State

Re: [Mayan EDMS: 2116] Mayan's document_cache size on disk?

2017-09-19 Thread Jonathon Exley
It sound like a race condition in the watch folder process. If the files in the watch folder do not finish being processed by the next time the watch folder is checked then the same files will be processed again, leading to multiple copies in the document storage. You will need to increase the

Re: [Mayan EDMS: 1896] Watch folder - automatic metadata

2017-07-17 Thread Jonathon Exley
It sound like the analyser plugin might do this for you: https://gitlab.com/startmat/document_analyzer Jonathon On Jul 16, 2017 12:45 PM, "JSDCKR Family" wrote: > Kia ora, dear Mayan Team > > Thank you for such incredibly impressive software. We run a small charity, > and Mayan

Re: [Mayan EDMS: 1565] Re: How to install on Raspbian jessie?

2017-04-06 Thread Jonathon Exley
You can use the bare metal install as per the documentation at https://mayan.readthedocs.io/en/latest/topics/deploying.html I wrote up my experiences installing on a Raspberry Pi 2 a while ago, using an older version of Mayan. My process wasn't as elegant as the link above, and you would be much

Re: [Mayan EDMS: 1292] Re: Issue deploying mayan 2.0.2 on ubuntu 14.04 (on AWS)

2016-02-25 Thread Jonathon Exley
You may also want to set the uwsgi uid and gid to the nginx server user and group. That will stop the error message about running as root. On 25/02/2016 13:06, "kyle graves" wrote: > I want to close this issue. > > I figured out what was causing the issue. In short, the person

Re: [Mayan EDMS: 1263] Separate documentation repository

2016-02-14 Thread Jonathon Exley
A wiki would be a good thing for the collaboration part. On 14/02/2016 5:00 PM, "Roberto Rosario" wrote: > Hi everybody, > > I'm considering moving the documentation sources to their own separate Git > repository and switch from RestructruredText to something

Re: [Mayan EDMS: 1152] Re: Official method for production deployment

2015-12-17 Thread Jonathon Exley
I just did the same thing! A couple of other minor tweaks: * The logging directory /var/log/uwsgi also needs to be created. * There is a missing "s" in /etc/nginx/site-available/mayan, it should be /etc/nginx/sites-available/mayan On 17/12/2015 10:46 AM, "Philippe Verbeke"

Re: [Mayan EDMS: 1154] 502 Bad Gateway

2015-12-17 Thread Jonathon Exley
Did you create a uwsgi.ini file? If not then see the recent posts to this forum detailing the contents. On 18/12/2015 8:14 AM, "Kenneth T. Kjelsnes" wrote: > I get 502 Bad Gateway when trying to connect to my fresh install. > > I get this error from

Re: [Mayan EDMS: 1102] Re: Install guide for people who don't really know what they are doing

2015-09-29 Thread Jonathon Exley
Yes, there were a couple of typos in my write-up. Unfortunately there is no wiki to edit for mayan. I think i forgot to mention that you need to create the mayan/venv/lib/python2.7/site-packages/mayan/media/document_storage directory. Oops. On 17 September 2015 at 09:56, Scott hodgson

Re: [Mayan EDMS: 1079] Re: Confused About Indexes, Smart Links, and Tags

2015-07-21 Thread Jonathon Exley
It seems reasonably clear to me, but I just can't get it to work. There is also an example in http://mayan.readthedocs.org/en/latest/topics/getting_started.html I wonder if it is an sqlite issue? There was comment somewhere that sqlite doesn't do schema migrations very well. -- --- You

Re: [Mayan EDMS: 1069] Questions About ACLS and Permissions

2015-07-08 Thread Jonathon Exley
Try Setup Roles Role permissions On 8/07/2015 11:31 AM, Mark Phillips m...@phillipsmarketing.biz wrote: I am just starting with Mayan. I have version 1.1.1 up and running using MySQL as the back end. How do I set up the ACLs to allow the admin to upload documents, and the a particular group