Mercurial > p > roundup > code
diff doc/installation.txt @ 4792:1a0cf0345465
issue2550789 document how to initialize a tracker without exposing the admin password
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 08 Jun 2013 22:24:35 -0400 |
| parents | 80f9a1fbc0cc |
| children | 609edf9de0a5 |
line wrap: on
line diff
--- a/doc/installation.txt Sat Jun 08 22:01:52 2013 -0400 +++ b/doc/installation.txt Sat Jun 08 22:24:35 2013 -0400 @@ -231,7 +231,10 @@ database*. In the case of MySQL and PostgreSQL, any existing database will be dropped and re-created. - Once this is done, the tracker has been created. + Once this is done, the tracker has been created. See the note in + the user_guide on how to initialise a tracker without being + prompted for the password or exposing the password on the command + line. 2. At this point, your tracker is set up, but doesn't have a nice user interface. To set that up, we need to `configure a web interface`_ and
