docs: updated old commands not longer available starting from 4.11

This commit is contained in:
Marcin Kuzminski 2018-02-21 10:46:05 +01:00
parent 91f7f89973
commit de7198cb57
3 changed files with 3 additions and 3 deletions

View file

@ -47,6 +47,6 @@ Migration Command
After you've changed the database ORM and migration files, you can run::
paster upgrade-db <ini-file>
rc-upgrade-db <ini-file>
The database will be upgraded up to the version defined in the ``__init__`` file.

View file

@ -162,7 +162,7 @@ Setup the Development Database
To create a development database, use the following example. This is a one
time operation executed from the nix-shell of rhodecode-enterprise-ce sources ::
paster setup-rhodecode dev.ini \
rc-setup-app dev.ini \
--user=admin --password=secret \
--email=admin@example.com \
--repos=~/my_dev_repos

View file

@ -136,7 +136,7 @@ let
mkdir repos
echo "Preparing the database"
paster setup-rhodecode \
rc-setup-app \
--user=admin \
--email=admin@example.com \
--password=secret \