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 | Changelog |
|
3 | Changelog | |
4 | ========= |
|
4 | ========= | |
5 |
|
5 | |||
6 |
1.0.0 (**2010-1 |
|
6 | 1.0.0 (**2010-11-02**) | |
7 | ---------------------- |
|
7 | ---------------------- | |
8 |
|
8 | |||
9 | - security bugfix simplehg wasn't checking for permissions on commands |
|
9 | - security bugfix simplehg wasn't checking for permissions on commands | |
10 | other than pull or push. |
|
10 | other than pull or push. | |
11 | - fixed doubled messages after push or pull in admin journal |
|
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 | - admin menu accessible from options menu on repository view |
|
13 | - admin menu accessible from options menu on repository view | |
14 | - permissions cached queries |
|
14 | - permissions cached queries | |
15 |
|
15 |
@@ -80,6 +80,8 b' Incoming' | |||||
80 | - commit based build in wiki system |
|
80 | - commit based build in wiki system | |
81 | - clone points and cloning from remote repositories into rhodecode |
|
81 | - clone points and cloning from remote repositories into rhodecode | |
82 | (git_ and mercurial_) |
|
82 | (git_ and mercurial_) | |
|
83 | - more statistics and graph (global annotation + some more statistics) | |||
|
84 | - user customized activity dashboards | |||
83 | - some cache optimizations |
|
85 | - some cache optimizations | |
84 | - other cools stuff that i can figure out (or You can help me figure out) |
|
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 | Documentation |
|
94 | Documentation | |
93 | ------------- |
|
95 | ------------- | |
94 |
|
96 | |||
95 | **Installation:** |
|
|||
96 |
|
||||
97 | .. toctree:: |
|
97 | .. toctree:: | |
98 | :maxdepth: 1 |
|
98 | :maxdepth: 1 | |
99 |
|
99 | |||
100 | installation |
|
100 | installation | |
|
101 | upgrade | |||
101 | setup |
|
102 | setup | |
102 | changelog |
|
103 | changelog | |
103 |
|
104 |
General Comments 0
You need to be logged in to leave comments.
Login now