##// END OF EJS Templates
docs update
marcink -
r640:afd98d1f rhodecode-0.0.1.0.0 default
parent child Browse files
Show More
@@ -0,0 +1,32 b''
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/ No newline at end of file
@@ -3,13 +3,13 b''
3 3 Changelog
4 4 =========
5 5
6 1.0.0 (**2010-10-xx**)
6 1.0.0 (**2010-11-02**)
7 7 ----------------------
8 8
9 9 - security bugfix simplehg wasn't checking for permissions on commands
10 10 other than pull or push.
11 11 - fixed doubled messages after push or pull in admin journal
12 - templating and css corrections, fixed repo switcher on chrome,updated titles
12 - templating and css corrections, fixed repo switcher on chrome, updated titles
13 13 - admin menu accessible from options menu on repository view
14 14 - permissions cached queries
15 15
@@ -80,6 +80,8 b' Incoming'
80 80 - commit based build in wiki system
81 81 - clone points and cloning from remote repositories into rhodecode
82 82 (git_ and mercurial_)
83 - more statistics and graph (global annotation + some more statistics)
84 - user customized activity dashboards
83 85 - some cache optimizations
84 86 - other cools stuff that i can figure out (or You can help me figure out)
85 87
@@ -92,12 +94,11 b' License'
92 94 Documentation
93 95 -------------
94 96
95 **Installation:**
96
97 97 .. toctree::
98 98 :maxdepth: 1
99 99
100 100 installation
101 upgrade
101 102 setup
102 103 changelog
103 104
General Comments 0
You need to be logged in to leave comments. Login now