Ez produce project shell script

Description

What Ez produce project script ?

this script execute 'createdb, svnadmin, trac-admin' automaticaly.

 # ./ezProduceTrac.sh add
  1. create PostgreSQL DB
  2. create subversion repos to $REPOS_ROOT/PROJECTNAME
  3. create trac dir on $PROJECT_ROOT/PROJECTNAME
  4. init trac project
  5. chmod 777 projectdir, projectdir/log, projectdir/plugins

and , 'dropdb, remove repos dir, remove project dir automaticaly.

 # ./ezProduceTrac.sh del
  1. check project
  2. drop PostgreSQL DB
  3. remove subverion repos from $REPOS_ROOT
  4. remove trac dir from $PROJECT_ROOT

* for postgresql *

Bugs/Feature Requests

Existing bugs and feature requests for EzProduceScript are here.

If you have any issues, create a new ticket.

Source

You can check out EzProduceScript from here using Subversion, or browse the source with Trac.

Example

# ./ezProduceTrac.sh add
Project name: myproject
Create DB myproject.
CREATE DATABASE
COMMENT
created.
Create subverion repos myproject.
created.
Create trac project myproject.
..
..
..
Congratulations!

created.
Setup misc..
Setup finish.

Recent Changes

[470] by token on 03/10/06 18:42:15

EzProduceScript:

first commit maybe stable

[469] by token on 03/10/06 18:40:03

New hack EzProduceScript, created by token

Author/Contributors

Author: token
Contributors: