Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Feb 2, 2011
1 parent fdb8c3a commit 3c933a1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Initial Run
===========

To generate skeleton packagemanifest.yml, Makefile and debian/changelog files run the following command:
./packaging/maketime.pl
./packaging/maketime.pl

Assumptions
===========
Expand Down Expand Up @@ -99,6 +99,8 @@ packagemanifest.yml

This file defines the multiple applications that are built by the packaging procedure. The rough structure is so:

packagemanifest.yml

constants:
database: &database
'php5-pgsql': ~
Expand Down Expand Up @@ -178,13 +180,14 @@ The dynamic.yml should be included and used (rather than config.yml) for all dyn
parameters:
dynamic.bar: 123
dynamic.doctrine.dbal.default:
driver: PDOPgSql
driver: pdo_pgsql
dbname: XXXXXXXX
user: XXXXXXXX
password: ~
The dynamic.yml can then be imported into config.yml.

app/main/config/config.yml
The dynamic.yml can then be imported into config.yml.

app/main/config/config.yml

imports:
- { resource: dynamic.yml }
Expand Down

0 comments on commit 3c933a1

Please sign in to comment.