Changes between Version 12 and Version 13 of AdminToolkitScript


Ignore:
Timestamp:
Nov 9, 2015, 5:27:41 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • AdminToolkitScript

    v12 v13  
    33= Admin Toolkit - scripts for managing multiple Trac environments
    44
    5 == Update
    6 
    7 An early release candidate of the Admin Toolkit 0.6rc1 is available. The documentation is out of date and the Apache configuration has changed. We assume no liability or responsibility for anything untoward that may happen.
     5{{{#!box info
     6**Notice:** An early release candidate of the Admin Toolkit 0.6rc1 is available. The documentation is out of date and the Apache configuration has changed. Use at your own risk!
     7}}}
    88
    99== Description
    1010
    11 The Admin Toolkit is a collection of Python scripts that facilitate the management of new and existing Trac projects on a single server, including support for Apache (.htpasswd file), Trac & Subversion (via !WebDav) and database backends, currently only Postgresql. The scripts have been developed for Linux.
     11The Admin Toolkit is a collection of Python scripts that facilitate the management of new and existing Trac projects on a single server, including support for Apache (.htpasswd file), Trac and Subversion (via !WebDav) and database backends, currently only Postgresql. The scripts have been developed for Linux.
    1212
    1313The scripts make it easy to manage multiple Trac environments on a single server. Authentication is supported using a single .htpasswd file -  one .htpasswd file is maintained for all projects but support for per-project authentication is in development.
    1414
    15 Creating a new Trac environment, Postgresql database and Subversion repository is as simple as typing trac-admin-mkproject, hitting return and answering a few questions.
     15Creating a new Trac environment, Postgresql database and Subversion repository is as simple as typing `trac-admin-mkproject`, hitting return and answering a few questions.
    1616
    1717The current list of scripts is:
     
    3737== Download
    3838
    39 Download the zipped source from [download:admintoolkitscript here].
     39Download the zipped source from [export:admintoolkitscript here].
    4040
    4141== Source
    4242
    43 You can check out AdminToolkitScript from [http://trac-hacks.org/svn/admintoolkitscript here] using Subversion, or [source:admintoolkitscript browse the source] with Trac.
     43You can check out AdminToolkitScript from [/svn/admintoolkitscript here] using Subversion, or [source:admintoolkitscript browse the source] with Trac.
     44
     45== Installation
     46
     47General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    4448
    4549== Configuration
     
    5761}}}
    5862
    59 Two Apache configuration files are therefore needed (and are included in the Admin Toolkit):
     63Two Apache configuration files are therefore needed and are included in the Admin Toolkit:
    6064
    6165 * subversion.conf
     
    113117
    114118To create a new Trac environment, run:
    115 {{{
    116 #!sh
     119{{{#!sh
    117120trac-admin-mkproject
    118121}}}
    119122
    120 And answer a few questions.
     123And you will be prompted to answer a few questions.
    121124
    122125To delete the project, run:
    123126
    124 {{{
    125 #!sh
     127{{{#!sh
    126128trac-admin-rmproject
    127129}}}
    128130
    129 == Recent Changes ==
     131== Recent Changes
    130132
    131133[[ChangeLog(admintoolkitscript, 3)]]
    132134
    133 == Author/Contributors ==
     135== Author/Contributors
    134136
    135137'''Author:''' [wiki:stodge] [[BR]]
    136 '''Maintainer:''' [wiki:stodge] [[BR]]
     138'''Maintainer:''' [[Maintainer]] [[BR]]
    137139'''Contributors:'''