Add placeholder release notes for version 1.1

This commit is contained in:
Roberto Rosario
2014-09-05 14:30:51 -04:00
parent d9ce1bd196
commit d9de69ea3d

50
docs/releases/1.1.rst Normal file
View File

@@ -0,0 +1,50 @@
=============================
Mayan EDMS v1.1 release notes
=============================
*? 2014*
Welcome to Mayan EDMS v1.1
Overview
========
What's new in Mayan EDMS v1.1
=============================
Upgrading from a previous version
=================================
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
Migrate existing database schema with::
$ mayan-edms.py migrate
Add new static media::
$ mayan-edms.py collectstatic --noinput
The upgrade procedure is now complete.
Backward incompatible changes
=============================
Bugs fixed or issues closed
===========================
* None
.. _PyPI: https://pypi.python.org/pypi/mayan-edms/