comparison docs/upgrade.rst @ 642:674ecf21de85 beta

docs update
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 02 Nov 2010 22:24:55 +0100
parents
children 673de12e6bf6
comparison
equal deleted inserted replaced
638:19494bbd0aa1 642:674ecf21de85
1 .. _upgrade:
2
3 Upgrade
4 =======
5
6 Upgrade from Cheese Shop
7 ------------------------
8
9 Easiest way to upgrade ``rhodecode`` is to run::
10
11 easy_install -U rhodecode
12
13 Or::
14
15 pip install --upgrade rhodecode
16
17
18 Then make sure You run from the installation directory
19
20 ::
21
22 paster make-config RhodeCode production.ini
23
24 This will display any changes made from new version of RhodeCode To your
25 current config. And tries to do an automerge.
26
27
28 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
29 .. _python: http://www.python.org/
30 .. _mercurial: http://mercurial.selenic.com/
31 .. _celery: http://celeryproject.org/
32 .. _rabbitmq: http://www.rabbitmq.com/