diff --git a/download.html b/download.html index e79e7d4ce1..8aeaf2bca0 100644 --- a/download.html +++ b/download.html @@ -46,7 +46,7 @@

Where to get it?

-

The latest releases are available at GitHub.com

+

The latest releases are available at GitHub.com

Or you can download the latest development version either in zip or @@ -81,11 +81,16 @@

virtualenv --no-site-packages mayan
cd mayan
- git clone git://github.com/rosarior/mayan.git
+ tar -xvzf mayan.tar.gz
cd mayan
source ../bin/activate
pip install -r requirements/production.txt

+

Create the database that will hold the data. Install any corresponding python database drivers. Update the settings.py file with you database settings.

+

+ ./manage.py syncdb +

+

Then finish deploying it as any other Django project.