Edgewall Software

Changes between Version 250 and Version 251 of TracOnWindows


Ignore:
Timestamp:
Sep 7, 2008, 6:19:00 AM (16 years ago)
Author:
anonymous
Comment:

made the reference to trac-digest.py script clearer

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v250 v251  
    202202'''More specifically''', do this to get 0.11 with webadmin up and running:[[BR]]
    203203
    204 Create an administrator user (uses a script described elsewhere in the wiki)[[BR]]
    205 python trac-digest.py -u adm -p adm >> c:\digest.txt[[BR]]
     204Create an administrator user (uses the script described lower in this page)[[BR]]
     205{{{
     206python trac-digest.py -u adm -p adm >> c:\digest.txt
     207}}}
    206208
    207209Give that user all permissions[[BR]]
     210{{{
    208211trac-admin c:\myproj permission add adm TRAC_ADMIN[[BR]]
     212}}}
    209213
    210214Now...[[BR]]
     215{{{
    211216tracd -p 8000 --auth=myproj,c:\digest.txt,trac c:\myproj[[BR]]
     217}}}
    212218
    213219And you'll be able to see the Admin tab if you log in with 'adm'[[BR]]