Update release notes
This commit is contained in:
@@ -22,13 +22,33 @@ What's new in Mayan EDMS v2.0
|
||||
* Configurable use of Font Awesome icon set
|
||||
* Merging of apps
|
||||
|
||||
* home and common
|
||||
* project_tools, project_setup and common
|
||||
* documents and document_acls apps
|
||||
* home and common
|
||||
* project_tools, project_setup and common
|
||||
* documents and document_acls apps
|
||||
|
||||
* Addition of a post document version OCR signal
|
||||
* Removal dependencies:
|
||||
|
||||
* South
|
||||
* GitPython
|
||||
* psutil
|
||||
* python-hkp
|
||||
|
||||
Upgrading from a previous version
|
||||
=================================
|
||||
|
||||
Using PIP
|
||||
~~~~~~~~~
|
||||
|
||||
Type in the console::
|
||||
|
||||
$ pip install mayan-edms==2.0
|
||||
|
||||
the requirements will also be updated automatically.
|
||||
|
||||
Using Git
|
||||
~~~~~~~~~
|
||||
|
||||
If you installed Mayan EDMS by cloning the Git repository issue the commands::
|
||||
|
||||
$ git reset --hard HEAD
|
||||
@@ -40,11 +60,13 @@ Next upgrade/add the new requirements::
|
||||
|
||||
$ pip install --upgrade -r requirements.txt
|
||||
|
||||
Common steps
|
||||
~~~~~~~~~~~~
|
||||
|
||||
Migrate existing database schema with::
|
||||
|
||||
$ mayan-edms.py migrate
|
||||
|
||||
|
||||
During the migration several messages of stale content types can occur:
|
||||
|
||||
.. code-block:: bash
|
||||
@@ -71,6 +93,7 @@ Remove unused dependencies::
|
||||
$ pip uninstall South
|
||||
$ pip uninstall GitPython
|
||||
$ pip uninstall psutil
|
||||
$ pip uninstall python-hkp
|
||||
|
||||
|
||||
The upgrade procedure is now complete.
|
||||
@@ -90,6 +113,7 @@ Bugs fixed or issues closed
|
||||
* `issue #67 <https://github.com/mayan-edms/mayan-edms/issues/67>`_ Python 3 compatibility: Update models __unicode__ methdo to __str__ methods (using Django's six library)
|
||||
* `issue #121 <https://github.com/mayan-edms/mayan-edms/issues/121>`_ Twitter Bootstrap theme for Mayan EDMS
|
||||
* `issue #155 <https://github.com/mayan-edms/mayan-edms/issues/155>`_ Header does not fit list on documents/list on small screens (laptop)
|
||||
* `issue #170 <https://github.com/mayan-edms/mayan-edms/issues/170>`_ Remove use of python-hkp
|
||||
* `issue #182 <https://github.com/mayan-edms/mayan-edms/issues/182>`_ Reorganize signal processors
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user