-
Notifications
You must be signed in to change notification settings - Fork 2
/
INSTALL
39 lines (24 loc) · 883 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Dependencies
============
django-multimedia depends on:
PIL http://www.pythonware.com/products/pil/
exiftool http://www.sno.phy.queensu.ca/~phil/exiftool/
Django 1.0+ http://www.dejangoproject.com/
Python 2.3+ http://www.python.org/
On Ubuntu/Debian systems, you can install exiftool and PIL using:
apt-get install libimage-exiftool-perl
apt-get install python-imaging
INSTALLATION
============
To install, run the following command inside this directory:
python setup.py install
Or, if you'd prefer, you can simply copy the ``multimedia``
directory somewhere on your Python path, or symlink to it from
somewhere on your Python path.
APPLICATION
===========
create content/multimedia directory and make sure it's writable by your webserver
On Ubuntu/Debian:
mkdir multimedia
chmod u+w multimedia
sudo chgrp www-data multimedia