Merge branch 'master' into multi
This commit is contained in:
17
docs/INSTALL
Normal file
17
docs/INSTALL
Normal 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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user