Added initial installation documentation

This commit is contained in:
Roberto Rosario
2011-03-16 16:38:27 -04:00
parent 33089ccd08
commit 066973bd38

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