source: ProjectBuilder/devel/pb-doc/README@ 246

Last change on this file since 246 was 246, checked in by Bruno Cornec, 17 years ago

Adds a README for pb

File size: 777 bytes
RevLine 
[246]1Project Builder (aka pb) README
2
3In order to use project builder, you need a configuration file named .pbrc placed in your home directory that contains information on where to find your project CMS instance.
4
5Example:
6
7$ cat $HOME/.pbrc
8#
9# Root of the temp file used to store info on the project
10# Is also used to determine the root directory of the project
11# No default option allowed here as they need to be all different
12# If you want to use VMs, then use $ENV{'HOME'} to make it portable
13# to your VMs
14#
15pbrc pb = $ENV{'HOME'}/pb/svn/pbrc
16$
17
18We indicate here that we use pb to build pb (heh !) and that our Subversion local instance is under $HOME/pb/svn. This is also where pb will put its temporary directory (such as build and delivery) and the important files pbrc*.
Note: See TracBrowser for help on using the repository browser.