[Mayan EDMS: 1848] Re: Some problems with Mayan 2.4 in Docker

2017-07-02 Thread Roberto Rosario
Try:

docker logs mayan-edms

If that doesn't show any errors, try:

docker exec -it mayan-edms /bin/bash -c "tail /var/log/mayan/*"

for a more verbose output. Paste here any error that appears.

On Sunday, July 2, 2017 at 12:42:04 PM UTC-4, Mirco Hansen wrote:
>
> Hi,
>
> I still got the issue (like in 2.3) that Mayan does not read my config. 
> The file is located here: 
> /var/lib/docker/volumes/mayan_data/_data/settings/local.py and has the 
> following content:
> from __future__ import absolute_import
>
> from .base import *
>
> SECRET_KEY = 'xxx'
> ALLOWED_HOSTS = ['*']
>
> DOCUMENTS_LANGUAGE_CHOICES = (('eng', 'English'), ('deu', 'Deutsch'))
> DOCUMENTS_LANGUAGE = 'deu'
> MAYAN_COMMON_PAGINATE_BY=50
>
> The language settings and pagination is not working. If I run docker exec 
> -it mayan-edms cat /var/lib/mayan/settings/local.py it shows me the same 
> file.
>
> Since upgrading to 2.4 I have the problem that I can not upload any 
> documents via the web formular. I go through the wizard (selecting doctype, 
> adding metadata and selecting language) and if I drag and drop the document 
> into the form it looks like it is uploaded and a checkmark appears. But 
> there is no OCR running (CPU is idle) and the document is not listed in the 
> tag page or the "latest documents" list.
>
> Where can I have a look into Mayans logs inside the container? Where are 
> they stord so I can try find out whats wrong.
>
> Thanks in advance!
>
> Regards
> Mirco
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mayan-edms+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Mayan EDMS: 1847] Document Cache

2017-07-02 Thread David Kornahrens
So, I have moved over my main directory to S3.  After confirming it was 
working fine, I deleted the "document_storage" contents.  

However, I still see 11gb of data in the "./mayan_data/_data/document_cache" 
location.

Is this something that can also be moved to S3?  My point of the move was 
to lower data consumption on my server and move everything to S3.  How much 
data is stored as page cache in this folder?

Thx,
David

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mayan-edms+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Mayan EDMS: 1846] Web Form Upload; How-To

2017-07-02 Thread David Kornahrens
I'm looking to see if anyone has information regarding to creating a web 
form source and upload documents accordingly.  We want to put this web 
form, using php I suppose, on our intranet to allow employees to upload 
directly to the system without uploading. 

We have our MFP's (Xerox) setup to receive documents, but I'm wanting to be 
able to make it easier for the users.

Thx,
David

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mayan-edms+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Mayan EDMS: 1845] Re: Digital Ocean Volumes

2017-07-02 Thread David Kornahrens
Hey Roberto,
I wrote you back, but was having difficulties with our O365 auto encrypting 
then emails.  DIdn't like some of the terminology we used, I guess.



On Saturday, July 1, 2017 at 2:17:26 PM UTC-4, Roberto Rosario wrote:
>
> Hi David,
>
> sent you an email regarding this.
>
> On Wednesday, June 28, 2017 at 8:48:28 PM UTC-4, David Kornahrens wrote:
>>
>> We use the Docker version.  I just sent you an email about moving over 
>> our storage to S3 and setting up on our current Docker container.
>>
>> Thx,
>> David
>>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mayan-edms+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.