source: ProjectBuilder/devel/pb-doc/README

Last change on this file was 2252, checked in by Bruno Cornec, 7 years ago

Use .pbrc.yml now as a YAML file as well instead of .pbrc

File size: 913 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
[2252]7$ cat $HOME/.pbrc.yml
8---
[246]9#
10# Root of the temp file used to store info on the project
11# Is also used to determine the root directory of the project
12# No default option allowed here as they need to be all different
13# If you want to use VMs, then use $ENV{'HOME'} to make it portable
14# to your VMs
15#
[2252]16 pbrc:
17 pb: $ENV{'HOME'}/pb/svn/pbrc
[246]18$
19
[2084]20We 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 pbdelivery) and the important files pbrc*.
[267]21
22When using SVN, please use version >= 1.2.1 as 1.1.4 for example doesn't know how to export files which is used by pb.
Note: See TracBrowser for help on using the repository browser.