diff --git a/README b/README index afeac51f..a14579e4 100644 --- a/README +++ b/README @@ -38,7 +38,9 @@ $Id$ 1. Licensing ######################### -See the file 'LICENSE' for licensing terms and conditions. +See the file 'LICENSE' for licensing terms. Note that jQuery and nicEdit +are both distributed with this product, and have their own licenses. See +LICENSE.JQUERY and LICENSE.NICEDIT for their respective license terms. ######################### 2. Dependencies (pre-flight checklist) @@ -55,7 +57,8 @@ See the file 'LICENSE' for licensing terms and conditions. 3. Installation ######################### -1. Place 'helpdesk' in your Python path +1. Place 'helpdesk' in your Python path. I use /var/django, others may use + /usr/lib/python2.3/site-packages/ or a similar path. 2. In your projects' settings.py file, add these lines to the INSTALLED_APPS setting: @@ -83,6 +86,9 @@ See the file 'LICENSE' for licensing terms and conditions. symlink: ln -s /path/to/helpdesk/htdocs /path/to/media/helpdesk + This application assumes all helpdesk media will be accessible at + http://MEDIA_PATH/helpdesk/ + ######################### 4. Initial Configuration #########################