##// END OF EJS Templates
docs: updated old commands not longer available starting from 4.11
marcink -
r2628:b50c9994 stable
parent child Browse files
Show More
@@ -47,6 +47,6 b' Migration Command'
47
47
48 After you've changed the database ORM and migration files, you can run::
48 After you've changed the database ORM and migration files, you can run::
49
49
50 paster upgrade-db <ini-file>
50 rc-upgrade-db <ini-file>
51
51
52 The database will be upgraded up to the version defined in the ``__init__`` file. No newline at end of file
52 The database will be upgraded up to the version defined in the ``__init__`` file.
@@ -162,7 +162,7 b' Setup the Development Database'
162 To create a development database, use the following example. This is a one
162 To create a development database, use the following example. This is a one
163 time operation executed from the nix-shell of rhodecode-enterprise-ce sources ::
163 time operation executed from the nix-shell of rhodecode-enterprise-ce sources ::
164
164
165 paster setup-rhodecode dev.ini \
165 rc-setup-app dev.ini \
166 --user=admin --password=secret \
166 --user=admin --password=secret \
167 --email=admin@example.com \
167 --email=admin@example.com \
168 --repos=~/my_dev_repos
168 --repos=~/my_dev_repos
@@ -136,7 +136,7 b' let'
136 mkdir repos
136 mkdir repos
137
137
138 echo "Preparing the database"
138 echo "Preparing the database"
139 paster setup-rhodecode \
139 rc-setup-app \
140 --user=admin \
140 --user=admin \
141 --email=admin@example.com \
141 --email=admin@example.com \
142 --password=secret \
142 --password=secret \
General Comments 0
You need to be logged in to leave comments. Login now