Changes between Version 44 and Version 45 of AnnouncerPlugin


Ignore:
Timestamp:
Sep 14, 2010, 10:25:51 PM (14 years ago)
Author:
Robert Corsaro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnnouncerPlugin

    v44 v45  
    5454==== Development Environment ====
    5555
    56 Scroll to the bottom for a quick development environment setup.
     56Scroll to the [#DevelopmentVersion DevelopmentVersion] for a quick development environment setup.
    5757
    5858=== Central configuration ===
     
    258258}}}
    259259 1. It is also very helpful to install iniadmin `pip install -U http://trac-hacks.org/svn/iniadminplugin/0.11`
    260  1. Create a trac instance for testing `trac-admin ~/virttrac/trac initenv`
    261  1. Add `root` as a TRAC_ADMIN `trac-admin ~/virttrac/trac/ permission add root TRAC_ADMIN`
     260 1. Create a trac instance for testing `trac-admin ~/th-announcer/trac initenv`
     261 1. Add `root` as a TRAC_ADMIN `trac-admin ~/th-announcer/trac/ permission add root TRAC_ADMIN`
    262262 1. Create an htpasswd file so you can log in: `echo root:Xy2PtsPf0839Y > ~/th-announcer/trac/htpasswd` (that's 'password')
    263263 1. Fire her up! `cd ~/th-announcer/trac && tracd -p 7421 . -sr --basic-auth *,${HOME}/th-announcer/trac/htpasswd,*`