Discussion:
[Mayan EDMS: 2262] Usando proxmox turnkey mayan-edms 2.2
Juan carlos Martínez
2018-02-14 01:31:00 UTC
Permalink
Instale una ct con la version descargada de TurnKey 2.2, realice el
procedimiento de actualizacion a 2.7.3
Y en la informacion de version sigue apareciendo 2.2
Como puedo verificar la version correcta instalada?
--
---
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.
Jonathon Exley
2018-02-14 04:41:43 UTC
Permalink
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__ import unicode_literals

__title__ = 'Mayan EDMS'
__version__ = '2.7.3'
__build__ = 0x020703
__author__ = 'Roberto Rosario'
__author_email__ = '***@mayan-edms.com'
__description__ = 'Free Open Source Electronic Document Management System'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2011-2016 Roberto Rosario'
Post by Juan carlos Martínez
Instale una ct con la version descargada de TurnKey 2.2, realice el
procedimiento de actualizacion a 2.7.3
Y en la informacion de version sigue apareciendo 2.2
Como puedo verificar la version correcta instalada?
--
---
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.
Michael Price
2018-03-23 05:43:43 UTC
Permalink
They posted the upgrade procedure for their virtual image
-> https://www.turnkeylinux.org/forum/support/wed-20171018-2112/how-upgrade-mayan-edms-273
We've been talking about providing Mayan EDMS NG as a virtual image too.
Opinions?
Post by Jonathon Exley
What does the __init__.py file say?
$ cat /usr/share/mayan-edms/lib/python2.7/site-packages/mayan/__init__.py
$ cat /opt/mayan-edms/lib/python2.7/site-packages/mayan/__init__.py
from __future__ import unicode_literals
__title__ = 'Mayan EDMS'
__version__ = '2.7.3'
__build__ = 0x020703
__author__ = 'Roberto Rosario'
__description__ = 'Free Open Source Electronic Document Management System'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2011-2016 Roberto Rosario'
Post by Juan carlos Martínez
Instale una ct con la version descargada de TurnKey 2.2, realice el
procedimiento de actualizacion a 2.7.3
Y en la informacion de version sigue apareciendo 2.2
Como puedo verificar la version correcta instalada?
--
---
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...