* Updates to README, mainly concerning licensing and media locations.

This commit is contained in:
Ross Poulton 2008-01-21 01:07:46 +00:00
parent 6ef420427d
commit 259757f71d

10
README
View File

@ -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
#########################