Search code examples
pythonpasterrhodecode

Paster make-config is deprecated and rhodecode-config not known


I'm trying to create production.ini file for rhodecode based on this tutorial. But paster gives the following error:

** Warning ** 
This command is now removed and deprecated, please use new rhodecode-config command instead.

When I try to use paster rhodecode-config, it says that Command 'rhodecode-config' not known (you may need to run setup.py egg_info) and gives the list of available commands, where 'rhodecode-config' is not listed.

How can I solve this? And which setup.py does it talk about. I installed the rhodecode with pip, so I don't have any source code.

Thanks in advance.

Edit: I used @qingbo's link - which he posted in the comments - and tried to install rhodecode-tools but I'm still getting rhodecode-config not known error. BTW, I saw in the lines of installation that rhodecode-config is installed into venv/bin. What could be the problem? Any ideas?


Solution

  • All those things in those tutorials are deprecated.

    Please goto https://docs.rhodecode.com/RhodeCode-Control/tasks/install.html for new installation instructions. With RhodeCode new installer it's much simpler to do installation and upgrades