[Mayan EDMS: 2331] Re: Docker image for Mayan EDMS NG available

2018-03-08 Thread David Kornahrens
Hey Eric,
Nice work.  I just finished looking over some of your commits in the 
gitlab.  We currently are running the latest MayanEDMS and have a rather 
large inventory loaded in.  Couple of questions.

1.  Are we able to upgrade to NG without losing the data?  Anyway to 
migrate the data?  
2.  We have offloading media to S3 using the Django offload method from 
Mayan.
3.  We haven't heard from Roberto in awhile, are you going to be taking 
over the development of Mayan?

Thanks,
David

On Thursday, March 8, 2018 at 7:20:32 PM UTC-5, ericr...@gmail.com wrote:
>
> Awesome! Make sure you use Docker named volumes for the data. It is a 
> current limitation that I hope to correct soon.
>
> On Thursday, March 8, 2018 at 2:45:59 PM UTC-4, Raul wrote:
>>
>> I was able to get it working by building it by myself with docker-compose.
>> Nice jobs guys :)
>>
>>
>> Am Donnerstag, 8. März 2018 19:09:57 UTC+1 schrieb Raul:
>>>
>>> I just tried to start run that image. However, it stucks in a rebooting 
>>> loop.
>>> Do you know what I can do?
>>> Is the image working?
>>>
>>> Thanks
>>>
>>> Am Donnerstag, 1. März 2018 09:45:37 UTC+1 schrieb ericr...@gmail.com:

 The Docker image is available from the Docker Hub at: 
 https://hub.docker.com/r/mayanedmsng/mayanedmsng/

 Every procedure is the same as with the upstream version with the only 
 change that the repository reference must be mayanedmsng/mayanedmsng 
 instead of mayanedms/mayanedms.

 Once change this image has is that is includes a fourth worker to 
 handle the OCR and parsing queues. This worker is run with the lowest 
 possible process priority (19). Therefore OCR results might take longer 
 than with the upstream image. The advantage is that the OCR will not 
 slowdown the execution of the rest of the program. The total image layers 
 were reduced from 54 to 44. Total image size remained the same 1.32GB and 
 490.8MB compressed (the actual download).

 Other changes according to Docker's best practices were made (pinning 
 installs to a specific version, not running dist-upgrade, etc).

 The repository for this image is here: 
 https://gitlab.com/e.riggs/mayan-edms-docker/commits/master

 I will continue working on getting the size of the image down. I'll 
 also keep trying using other base images instead of Ubuntu and or update 
 to 
 a more recent version of Ubuntu, as time allows.




-- 

--- 
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: 2330] Re: Docker image for Mayan EDMS NG available

2018-03-08 Thread ericriggs42
Awesome! Make sure you use Docker named volumes for the data. It is a 
current limitation that I hope to correct soon.

On Thursday, March 8, 2018 at 2:45:59 PM UTC-4, Raul wrote:
>
> I was able to get it working by building it by myself with docker-compose.
> Nice jobs guys :)
>
>
> Am Donnerstag, 8. März 2018 19:09:57 UTC+1 schrieb Raul:
>>
>> I just tried to start run that image. However, it stucks in a rebooting 
>> loop.
>> Do you know what I can do?
>> Is the image working?
>>
>> Thanks
>>
>> Am Donnerstag, 1. März 2018 09:45:37 UTC+1 schrieb ericr...@gmail.com:
>>>
>>> The Docker image is available from the Docker Hub at: 
>>> https://hub.docker.com/r/mayanedmsng/mayanedmsng/
>>>
>>> Every procedure is the same as with the upstream version with the only 
>>> change that the repository reference must be mayanedmsng/mayanedmsng 
>>> instead of mayanedms/mayanedms.
>>>
>>> Once change this image has is that is includes a fourth worker to handle 
>>> the OCR and parsing queues. This worker is run with the lowest possible 
>>> process priority (19). Therefore OCR results might take longer than with 
>>> the upstream image. The advantage is that the OCR will not slowdown the 
>>> execution of the rest of the program. The total image layers were reduced 
>>> from 54 to 44. Total image size remained the same 1.32GB and 490.8MB 
>>> compressed (the actual download).
>>>
>>> Other changes according to Docker's best practices were made (pinning 
>>> installs to a specific version, not running dist-upgrade, etc).
>>>
>>> The repository for this image is here: 
>>> https://gitlab.com/e.riggs/mayan-edms-docker/commits/master
>>>
>>> I will continue working on getting the size of the image down. I'll also 
>>> keep trying using other base images instead of Ubuntu and or update to a 
>>> more recent version of Ubuntu, as time allows.
>>>
>>>
>>>

-- 

--- 
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: 2328] Re: Docker image for Mayan EDMS NG available

2018-03-08 Thread Raul Garcia Sanchez
I just tried to start run that image. However, it stucks in a rebooting 
loop.
Do you know what I can do?
Is the image working?

Thanks

Am Donnerstag, 1. März 2018 09:45:37 UTC+1 schrieb ericr...@gmail.com:
>
> The Docker image is available from the Docker Hub at: 
> https://hub.docker.com/r/mayanedmsng/mayanedmsng/
>
> Every procedure is the same as with the upstream version with the only 
> change that the repository reference must be mayanedmsng/mayanedmsng 
> instead of mayanedms/mayanedms.
>
> Once change this image has is that is includes a fourth worker to handle 
> the OCR and parsing queues. This worker is run with the lowest possible 
> process priority (19). Therefore OCR results might take longer than with 
> the upstream image. The advantage is that the OCR will not slowdown the 
> execution of the rest of the program. The total image layers were reduced 
> from 54 to 44. Total image size remained the same 1.32GB and 490.8MB 
> compressed (the actual download).
>
> Other changes according to Docker's best practices were made (pinning 
> installs to a specific version, not running dist-upgrade, etc).
>
> The repository for this image is here: 
> https://gitlab.com/e.riggs/mayan-edms-docker/commits/master
>
> I will continue working on getting the size of the image down. I'll also 
> keep trying using other base images instead of Ubuntu and or update to a 
> more recent version of Ubuntu, as time allows.
>
>
>

-- 

--- 
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: 2326] Re: Printing oddity

2018-03-08 Thread LeVon Smoker
I am running the latest 2.7.3 development branch.

On Thursday, March 8, 2018 at 8:52:18 AM UTC-5, LeVon Smoker wrote:
>
> When printing a document from the Actions menu, I am getting four lines 
> which all say "text" on them at the end of every document. The browser 
> print window doesn't show this, but the OS-level print preview does as well 
> as the paper printout. It happens in any browser.
>
> I have attached a PDF of the print preview and the actual docx document.
>

-- 

--- 
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: 2324] Search/Filer by multiple Tags

2018-03-08 Thread Costi Budai
Couldn't find anything related to multiple Tags search or filter.
Is there a special syntax for it?

-- 

--- 
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.