Update documentation
authorKostas Papadimitriou <kpap@grnet.gr>
Mon, 9 Dec 2013 15:13:57 +0000 (17:13 +0200)
committerKostas Papadimitriou <kpap@grnet.gr>
Wed, 11 Dec 2013 08:18:19 +0000 (10:18 +0200)
docs/source/index.rst

index 880b234..81d8f4e 100644 (file)
@@ -138,7 +138,7 @@ web server to serve static files of the following locations to the specific
 urls which can be altered in your settings files:
 
 * <feincms install dir>/feincms/static/ -> FEINCMS_ADMIN_MEDIA (default:/static/feincms/)
-* <django install dir>/django/contrib/admin/media/ -> ADMIN_MEDIA_PREFIX (default:/static/djangoadminmedia/)
+* <django install dir>/django/contrib/admin/media/ -> (default:/static/admin/)
 * <cloudcms install dir>/cloudcms/static/ -> MEDIA_URL (default:/static/)
 
 
@@ -283,6 +283,37 @@ By submiting the form the application will act as follows
 
 .. _basic rst format: http://docutils.sourceforge.net/docs/user/rst/quickstart.html
 
+Upgrade notes
+=============
+
+v0.15
+-----
+
+Update static files
+*******************
+
+Symlink ``Django`` and ``FeinCMS`` static files to be served under ``/static/``
+url. 
+
+.. code-block:: console
+
+    $ ln -s /usr/share/pyshared/django/contrib/admin/static/admin /usr/share/synnefo/static/admin/
+    $ ln -s /usr/share/pyshared/feincms/static/feincms /usr/share/synnefo/static/feincms
+
+
+.. warning::
+
+   In order for the above symlinks to be correctly served by *apache* you need 
+   to enable the ``FollowSymLinks`` directive in the apache configuration 
+   file.
+
+
+Remove deprecated settings
+**************************
+
+``ADMIN_MEDIA_PREFIX`` no longer used. Remove it from your settings if already
+set.
+
 .. include:: ../../Changelog
 
 Indices and tables