Merge branch 'master' into multi

This commit is contained in:
Roberto Rosario
2011-03-18 10:22:41 -04:00
5 changed files with 32 additions and 15 deletions

17
docs/INSTALL Normal file
View File

@@ -0,0 +1,17 @@
apt-get update
apt-get install tesseract-ocr-spa unpaper imagemagick python-virtualenv -y
cd /usr/share
virtualenv --no-site-packages mayan
cd mayan
git clone git://github.com/rosarior/mayan.git
cd mayan
source ../bin/activate
pip install -r requirements/production.txt
#For MySQL support
apt-get install python-dev libmysqlclient-dev
pip install MySQL-python

View File

@@ -1,6 +0,0 @@
ISSUES
===========
1) Staging file hash colition when same file with different name, newhash = content hash + filename hash
2) Fix field error on search action for documents while processing OCR queue
3) Two documents might get the same UUID assigned, trigger(s) unknown
4) Import role_list in main.__init__.py is causing an import error only in production with apache