Remove the installation app

This commit is contained in:
Roberto Rosario
2016-10-26 23:04:59 -04:00
parent 62c0918acf
commit f66f815ba6
53 changed files with 71 additions and 3942 deletions

70
docs/releases/2.2.rst Normal file
View File

@@ -0,0 +1,70 @@
=============================
Mayan EDMS v2.2 release notes
=============================
Released: XX, 2016
What's new
==========
Other changes
-------------
- Remove the installation app
Removals
--------
* None
Upgrading from a previous version
---------------------------------
Using PIP
~~~~~~~~~
Type in the console::
$ pip install -U mayan-edms
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
$ git pull
otherwise download the compressed archived and uncompress it overriding the
existing installation.
Next upgrade/add the new requirements::
$ pip install --upgrade -r requirements.txt
Common steps
~~~~~~~~~~~~
Migrate existing database schema with::
$ mayan-edms.py performupgrade
Add new static media::
$ mayan-edms.py collectstatic --noinput
The upgrade procedure is now complete.
Backward incompatible changes
=============================
* None
Bugs fixed or issues closed
===========================
* `GitLab issue #311 <https://gitlab.com/mayan-edms/mayan-edms/issues/311>`_ acl page return ContentType:Document
.. _PyPI: https://pypi.python.org/pypi/mayan-edms/

View File

@@ -23,6 +23,7 @@ versions of the documentation contain the release notes for any later releases.
:maxdepth: 1
=======
2.2
2.1.4
2.1.3
2.1.2