Skip to content

Commit

Permalink
Minor README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
centralniak committed Oct 6, 2010
1 parent 53a7270 commit 8cdaf79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Expand Up @@ -8,16 +8,18 @@ Requirements
- django-inline-ordering http://pypi.python.org/pypi/django-inline-ordering/
- easy-thumbnails http://pypi.python.org/pypi/easy-thumbnails/

(will be installed automatically when using tools like pip or easy_install)

Installation
------------

1. Install requirements and put cmsplugin_gallery on your python path

2. Add ``cmsplugin_gallery`` to your installed apps

2. Run syncdb
2. Run ``manage.py syncdb``

3. Create directory for storing media files - files will be uploaded to MEDIA_ROOT + 'cmsplugin_gallery/images'.
3. Create directory for storing media files - files will be uploaded to ``MEDIA_ROOT + 'cmsplugin_gallery/images'``.
Make sure it is writable especially when running in embedded mode on production server.

4. Install jQueryTOOLS for overlay support using your favorite method
Expand Down

0 comments on commit 8cdaf79

Please sign in to comment.