Changes between Version 5 and Version 6 of TracBashrcScript


Ignore:
Timestamp:
Sep 2, 2016, 5:06:43 PM (8 years ago)
Author:
figaro
Comment:

Removed tag 0.8

Legend:

Unmodified
Added
Removed
Modified
  • TracBashrcScript

    v5 v6  
    55== Description
    66
    7 This script contains some things to source from your .bashrc to simplify Trac administration. If you have any other pieces of scripting, contact me and I will request commit access for you.
     7This script contains some things to source from your .bashrc to simplify Trac administration.
     8
     9'''Example''':
     10
     11{{{#!sh
     12$ tadm permission list
     13User       Action
     14--------------------------
     15anonymous  SEARCH_VIEW
     16anonymous  WIKI_CREATE
     17anonymous  WIKI_MODIFY
     18anonymous  WIKI_VIEW
     19
     20$ tlog -n 4
     2121:32:23 Trac[loader] DEBUG: Loading plugin unixgroups.unixgroups from /var/www/coderanger/tracs/tracdev/plugins/UnixGroups-0.1_r187-py2.4.egg
     2221:32:23 Trac[loader] DEBUG: Loading plugin goodies from /var/www/coderanger/tracs/tracdev/plugins/TracWikiGoodies-0.3_r483-py2.4.egg
     2321:32:23 Trac[loader] DEBUG: Loading plugin traccas from /var/www/coderanger/tracs/tracdev/plugins/TracCAS-0.1_r522-py2.4.egg
     2421:32:23 Trac[loader] DEBUG: Loading plugin hackinstall.web_ui from /home/coderanger/trac/hacks/hackinstallplugin/0.9
     25}}}
    826
    927Make sure you change the first line to point at your default Trac environment. You may have to change other things depending on your system setup.
     28
     29If you have any other pieces of scripting, contact me and I will request commit access for you.
    1030
    1131== Bugs/Feature Requests
     
    2747You can check out TracBashrcScript from [/svn/tracbashrcscript here] using Subversion, or [source:tracbashrcscript browse the source] with Trac.
    2848
    29 == Example
    30 
    31 {{{#!sh
    32 $ tadm permission list
    33 User       Action
    34 --------------------------
    35 anonymous  SEARCH_VIEW
    36 anonymous  WIKI_CREATE
    37 anonymous  WIKI_MODIFY
    38 anonymous  WIKI_VIEW
    39 
    40 $ tlog -n 4
    41 21:32:23 Trac[loader] DEBUG: Loading plugin unixgroups.unixgroups from /var/www/coderanger/tracs/tracdev/plugins/UnixGroups-0.1_r187-py2.4.egg
    42 21:32:23 Trac[loader] DEBUG: Loading plugin goodies from /var/www/coderanger/tracs/tracdev/plugins/TracWikiGoodies-0.3_r483-py2.4.egg
    43 21:32:23 Trac[loader] DEBUG: Loading plugin traccas from /var/www/coderanger/tracs/tracdev/plugins/TracCAS-0.1_r522-py2.4.egg
    44 21:32:23 Trac[loader] DEBUG: Loading plugin hackinstall.web_ui from /home/coderanger/trac/hacks/hackinstallplugin/0.9
    45 }}}
    46 
    4749== Recent Changes
    4850