-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
21 lines (19 loc) · 746 Bytes
/
README
File metadata and controls
21 lines (19 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Requires:
Django environment (Python, Web Server (Apache recommended), mod_python (if Apache preferred), Django*)
Python Imaging Library (PIL)
BeautifulSoup
ElementTree
DBMS (MySQL recommended)
Pygments (for colorizing text in paste application)
PyMAD (for gathering podcast information)
django-evolution (>=0.6.2 for altering tables)
Note About TinyMCE:
* We're using a patch to hide unneeded tabs in advimage and advlink plugins. It can be found under patches directory.
Setup:
1. edit settings.py
2. run 'python manage.py syncdb'
3. run 'mkdir media/upload/{image,video} -p'
4. run 'chmod 777 -R media/upload'
5. copy htaccess file into the web directory as .htaccess and
edit it.
6. restart apache and go to WEB_URL/admin