comparison docs/installation.rst @ 932:1a74243d5771

fixed doc typo
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 07 Jan 2011 13:27:35 +0100
parents 3d0661b8aaa4
children c165349fdd0e
comparison
equal deleted inserted replaced
927:f95f9e48c99f 932:1a74243d5771
49 - this will install new virtualenv_ into `/var/www/rhodecode-venv`. 49 - this will install new virtualenv_ into `/var/www/rhodecode-venv`.
50 - Activate the virtualenv_ by running 50 - Activate the virtualenv_ by running
51 51
52 :: 52 ::
53 53
54 source activate /var/www/rhodecode-venv/bin/activate 54 source /var/www/rhodecode-venv/bin/activate
55 55
56 - Make a folder for rhodecode somewhere on the filesystem for example 56 - Make a folder for rhodecode somewhere on the filesystem for example
57 57
58 :: 58 ::
59 59