Mercurial > p > roundup > code
diff doc/installation.txt @ 6174:5522c950a2e4
Add indexing for roundup-admin references.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 16 May 2020 13:40:12 -0400 |
| parents | de9d602c8ce6 |
| children | cf92dea8aa69 |
line wrap: on
line diff
--- a/doc/installation.txt Sat May 16 13:39:47 2020 -0400 +++ b/doc/installation.txt Sat May 16 13:40:12 2020 -0400 @@ -67,6 +67,8 @@ used if available. One of these is recommended if you are anticipating a large user base (see `choosing your backend`_ below). +.. index:: roundup-admin:: reindex subcommand + Xapian full-text indexer The Xapian_ full-text indexer is also supported and will be used by default if it is available. This is strongly recommended if you are @@ -237,6 +239,8 @@ environment variable or specify the full path to the command in the next step. + .. index:: roundup-admin; install subcommand + c. Install a new tracker with the command ``roundup-admin install``. You will be asked a series of questions. Descriptions of the provided templates can be found in `choosing your template`_ below. Descriptions @@ -277,6 +281,8 @@ you've initialised the tracker - it's just better to have valid values for this stuff now. + .. index:: roundup-admin; initialise subcommand + d. Initialise the tracker database with ``roundup-admin initialise``. You will need to supply an admin password at this step. You will be prompted:: @@ -377,7 +383,7 @@ guide`_. Regardless of which backend you choose, Roundup will attempt to initialise -a new database for you when you run the roundup-admin "initialise" command. +a new database for you when you run the "``roundup-admin initialise``" command. In the case of MySQL and PostgreSQL you will need to have the appropriate privileges to create databases.
