docs: updated old commands not longer available starting from 4.11
This commit is contained in:
parent
91f7f89973
commit
de7198cb57
3 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue