-
Notifications
You must be signed in to change notification settings - Fork 16
/
README
29 lines (24 loc) · 1.12 KB
/
README
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
How do I run this?
==================
1) Do a git clone to "pdfxray" - the project won't work if your folder holding the source is not labeled this (blame django).
2) Download the following items:
django - https://www.djangoproject.com/
django-pagination - http://code.google.com/p/django-pagination/
python setuptools - http://pypi.python.org/pypi/setuptools
python matplotlib - pulled from ubuntu repos
mongo - http://www.mongodb.org/display/DOCS/Ubuntu+and+Debian+packages
mysql - pulled from ubuntu repos
python-mysqldb - pulled from ubuntu repos
pymongo - https://github.com/mongodb/mongo-python-driver
python ghostscript - http://pypi.python.org/pypi/ghostscript
python-simplejson - http://pypi.python.org/pypi/simplejson/
3) Fill in the settings with your database information for mysql
4) Add to your Apache Site settings - WSGIScriptAlias / /var/www/pdfxray/django.wsgi
5) Run a python manage.py syncdb
6) Should be good to go
Is this the same copy from PDFXRAY.com?
=======================================
Indeed
Are there any catches to all of this?
=====================================
No, but you should share. Sharing is caring.