Edgewall Software

Changes between Version 23 and Version 24 of TracOnWindows/Python2.5


Ignore:
Timestamp:
May 31, 2007, 6:01:42 PM (17 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows/Python2.5

    v23 v24  
    4040Then, have a look at how to setup the TracEnvironment, use the TracStandalone web front-end and you're set.
    4141
     42'''More specifically''', do this to get 0.11 with webadmin up and running:[[BR]]
     43
     44Create an administrator user (uses a script described elsewhere in the wiki)[[BR]]
     45python trac-digest.py -u adm -p adm >> c:\digest.txt[[BR]]
     46
     47Give that user all permissions[[BR]]
     48trac-admin c:\myproj permission add adm TRAC_ADMIN[[BR]]
     49
     50Now...[[BR]]
     51tracd -p 8000 --auth=myproj,c:\digest.txt,trac c:\myproj[[BR]]
     52
     53And you'll be able to see the Admin tab if you log in with 'adm'[[BR]]
     54
     55
     56
     57
     58
     59
    4260== Installing mod_python for use with the Apache HTTP server ==
    4361