~ubuntu-branches/ubuntu/precise/request-tracker3.8/precise-proposed

« back to all changes in this revision

Viewing changes to debian/NOTES.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2010-09-17 14:51:37 UTC
  • mfrom: (7.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100917145137-ti37y0j37cdl5j4z
Tags: 3.8.8-4
* Debconf translation updates (Closes: #592255, #592514, #593564,
  #593687, #593989, #594079, #594935)
* Update NOTES.Debian to reflect the fact that the root password is
  not normally set to the default any more
* Improve wording of Organization debconf question (Closes: #590919)
* Update uscan URL
* Document RT_SiteModules.pm in README.Debian
* Document the limitations of the rt command-line client in
  rt3.8-clients.README.Debian (See: #594982)
* Revert changes in PostgreSQL and MySQL dependencies made in 3.8.8-2
  as at least the PostgreSQL changes introduce upgrade difficulties
  between lenny and squeeze (Closes: #596926)

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
 
161
161
3. Create and initialise the database
162
162
 
163
 
Now to populate the database with the schema, do:
 
163
Now to populate the database with the schema, first choose a password
 
164
for the 'root' user of the RT system (this is not the same as your
 
165
system root password, or the database password):
 
166
 
 
167
# touch /root/rt-pass
 
168
# chmod 700 /root/rt-pass
 
169
<edit /root/rt-pass to add your password on its own>
 
170
 
 
171
Then do:
164
172
# /usr/sbin/rt-setup-database-3.8 --action init --dba rtuser \
165
 
    --prompt-for-dba-password
 
173
    --prompt-for-dba-password --root-password-file /root/mypass
166
174
 
167
 
<give the database password for the rtuser SQL account>
 
175
<give the database password for the rtuser SQL account when prompted>
168
176
 
169
177
This needs access to /etc/request-tracker3.8/RT_SiteConfig.pm, so the
170
178
command usually has to be run as root.
277
285
RT ROOT PASSWORD
278
286
----------------
279
287
 
280
 
Once the web interface is running you need to login as root
281
 
IMMEDIATELY and change the default password and general
282
 
configuration. The initial root password is 'password' (without the
283
 
quotes, of course). Go to 'Configuration' then 'Users', follow the
284
 
'root' link. You can then alter the password and other pertinent
285
 
information.
 
288
If you used a dbconfig-based install or followed the instructions above,
 
289
this section isn't relevant. Otherwise, if you ran rt-setup-database without
 
290
the --root-password-file option, then once the RT web interface is up
 
291
and running you should login as root IMMEDIATELY and change the default
 
292
password. The initial root password is 'password' (without the quotes, of
 
293
course). Go to 'Preferences' then 'About me'. You can then change the
 
294
password (and other pertinent information).
286
295
 
287
296
REPEATED LOGIN REQUESTS
288
297
-----------------------