blob: 0614b8e35a527f36cdd7e9d248d8c13f14f24091 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[
{ type: install
message: <<EOM
For upgrade instructions please read:
http://pythonhosted.org/RhodeCode/upgrade.html
To create a rhodecode configuration file run the following commands:
%%PREFIX%%/bin/paster make-config RhodeCode %%PREFIX%%/etc/rhodecode/production.ini
%%PREFIX%%/bin/paster setup-rhodecode %%PREFIX%%/etc/rhodecode/production.ini
Further instructions for setup:
http://packages.python.org/RhodeCode/setup.html#setup
EOM
}
]
|