Discussion:
[Mayan EDMS: 2371] Mayan EDMS NG 3.0 final! Django 1.11, single page app, async notifications, search syntax and more!
Michael Price
2018-03-20 09:10:54 UTC
Permalink
We are proud to announce the release of Mayan EDMS NG version 3.0!


<Loading Image...>


In addition to the changes explained in this post ->
https://medium.com/@loneviking72/sneak-peek-at-the-upcoming-version-3-0-of-mayan-edms-ng-7bab472bc42e
We were able to add dynamic upload wizard steps. This means the steps show
by the upload wizard are no longer hardcoded. We added a new class called
WizardStep that allows
app creators to define their own wizard steps and customize the upload
sequence. The WizarsStep can also unregister existing steps. Say you don't
want to select tags during uploads, now you can disable the entire step
with just 3 lines of code. Details are in the release notes.

The release notes are available here ->
https://gitlab.com/Mayan-EDMS-NG/mayan-edms-ng/blob/master/docs/releases/3.0.rst
<https://gitlab.com/Mayan-EDMS-NG/mayan-edms-ng/blob/master/docs/releases/3.0.rst>

A new space has been create in GitLab for the project ->
https://gitlab.com/Mayan-EDMS-NG

The Docker image is available here ->
https://hub.docker.com/r/mayanedmsng/mayanedmsng/

The second announcement is that we are working on yet another Mayan EDMS
related project.
If you like what we've done with Mayan EDMS NG, you are going to love
what's coming next!

Visit our new project at -> https://www.paperattor.com/
Sign up to get notified when we launch the first private beta ->
https://tinyletter.com/MayanEDMSNG
--
---
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Raul
2018-03-20 10:13:55 UTC
Permalink
Oh lord that was fast. I will go an try the docker image in a few.
Thanks a lot for the good work :)
Post by Michael Price
We are proud to announce the release of Mayan EDMS NG version 3.0!
<https://lh3.googleusercontent.com/-D6Ght3aaqd0/WrDOH47oOEI/AAAAAAAAAAM/oOP_6jELCFwAqipi0ok7LWchXCLn6iTWwCLcBGAs/s1600/mayan-pyramid.png>
In addition to the changes explained in this post ->
We were able to add dynamic upload wizard steps. This means the steps show
by the upload wizard are no longer hardcoded. We added a new class called
WizardStep that allows
app creators to define their own wizard steps and customize the upload
sequence. The WizarsStep can also unregister existing steps. Say you don't
want to select tags during uploads, now you can disable the entire step
with just 3 lines of code. Details are in the release notes.
The release notes are available here ->
https://gitlab.com/Mayan-EDMS-NG/mayan-edms-ng/blob/master/docs/releases/3.0.rst
<https://gitlab.com/Mayan-EDMS-NG/mayan-edms-ng/blob/master/docs/releases/3.0.rst>
A new space has been create in GitLab for the project ->
https://gitlab.com/Mayan-EDMS-NG
The Docker image is available here ->
https://hub.docker.com/r/mayanedmsng/mayanedmsng/
The second announcement is that we are working on yet another Mayan EDMS
related project.
If you like what we've done with Mayan EDMS NG, you are going to love
what's coming next!
Visit our new project at -> https://www.paperattor.com/
Sign up to get notified when we launch the first private beta ->
https://tinyletter.com/MayanEDMSNG
--
---
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Joseph Onyilo
2018-04-16 10:40:08 UTC
Permalink
Hello,

I am currently using Mayan EDMS 2.7.3. I am interest in upgrading to the NG
version for advanced deployment implementation.

Regards
Joseph
Post by Michael Price
We are proud to announce the release of Mayan EDMS NG version 3.0!
<https://lh3.googleusercontent.com/-D6Ght3aaqd0/WrDOH47oOEI/AAAAAAAAAAM/oOP_6jELCFwAqipi0ok7LWchXCLn6iTWwCLcBGAs/s1600/mayan-pyramid.png>
In addition to the changes explained in this post ->
We were able to add dynamic upload wizard steps. This means the steps show
by the upload wizard are no longer hardcoded. We added a new class called
WizardStep that allows
app creators to define their own wizard steps and customize the upload
sequence. The WizarsStep can also unregister existing steps. Say you don't
want to select tags during uploads, now you can disable the entire step
with just 3 lines of code. Details are in the release notes.
The release notes are available here ->
https://gitlab.com/Mayan-EDMS-NG/mayan-edms-ng/blob/master/docs/releases/3.0.rst
<https://gitlab.com/Mayan-EDMS-NG/mayan-edms-ng/blob/master/docs/releases/3.0.rst>
A new space has been create in GitLab for the project ->
https://gitlab.com/Mayan-EDMS-NG
The Docker image is available here ->
https://hub.docker.com/r/mayanedmsng/mayanedmsng/
The second announcement is that we are working on yet another Mayan EDMS
related project.
If you like what we've done with Mayan EDMS NG, you are going to love
what's coming next!
Visit our new project at -> https://www.paperattor.com/
Sign up to get notified when we launch the first private beta ->
https://tinyletter.com/MayanEDMSNG
--
---
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
vidhya
2018-04-30 12:42:43 UTC
Permalink
Hi,

unable to install the docker image as given in the link : The Docker image
is available here -> https://hub.docker.com/r/mayanedmsng/mayanedmsng/

Getting Error as below:
mayan.settings <200> [ERROR] "<module>() Error importing user's local.py;
No module named media.settings.local"
/usr/local/lib/python2.7/dist-packages/psycopg2/__init__.py:144:
UserWarning: The psycopg2 wheel package will be renamed from release 2.8;
in order to keep installing from binary please use "pip install
psycopg2-binary" instead. For details see: <
http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
""")

Guide me to install the docker mayan edms ng.
[image: Boxbe] <https://www.boxbe.com/overview> This message is eligible
<https://www.boxbe.com/popup?url=https%3A%2F%2Fwww.boxbe.com%2Fcleanup%3Fkey%3DdyrNzkqrCZdcbONpVmzFlckY11tdTp0g8LBMown5rAk%253D%26token%3DJPIu%252FJLyuwwGVH7iWJoCqDbpUfkFLEZj5h0%252BCRKrmJ81zwdSiSADEfD2GX3XogSNYD47AYCBU%252FvZCk1g7nATWis7EbPGW1z%252BXWz5%252F4nGzcR3UCozIhau2yK%252FO0%252F1MKg6LkRTOU70e3Q%253D&tc_serial=38518849314&tc_rand=1629481817&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001>
| More info
<http://blog.boxbe.com/general/boxbe-automatic-cleanup?tc_serial=38518849314&tc_rand=1629481817&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001>
Hello,
I am currently using Mayan EDMS 2.7.3. I am interest in upgrading to the
NG version for advanced deployment implementation.
Regards
Joseph
Post by Michael Price
We are proud to announce the release of Mayan EDMS NG version 3.0!
<https://lh3.googleusercontent.com/-D6Ght3aaqd0/WrDOH47oOEI/AAAAAAAAAAM/oOP_6jELCFwAqipi0ok7LWchXCLn6iTWwCLcBGAs/s1600/mayan-pyramid.png>
In addition to the changes explained in this post ->
We were able to add dynamic upload wizard steps. This means the steps
show by the upload wizard are no longer hardcoded. We added a new class
called WizardStep that allows
app creators to define their own wizard steps and customize the upload
sequence. The WizarsStep can also unregister existing steps. Say you don't
want to select tags during uploads, now you can disable the entire step
with just 3 lines of code. Details are in the release notes.
The release notes are available here ->
https://gitlab.com/Mayan-EDMS-NG/mayan-edms-ng/blob/master/docs/releases/3.0.rst
<https://gitlab.com/Mayan-EDMS-NG/mayan-edms-ng/blob/master/docs/releases/3.0.rst>
A new space has been create in GitLab for the project ->
https://gitlab.com/Mayan-EDMS-NG
The Docker image is available here ->
https://hub.docker.com/r/mayanedmsng/mayanedmsng/
The second announcement is that we are working on yet another Mayan EDMS
related project.
If you like what we've done with Mayan EDMS NG, you are going to love
what's coming next!
Visit our new project at -> https://www.paperattor.com/
Sign up to get notified when we launch the first private beta ->
https://tinyletter.com/MayanEDMSNG
--
---
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
For more options, visit https://groups.google.com/d/optout.
--
---
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...