| | 18 | * an example configuration would look like `bootstrap.yml` |
|---|
| | 19 | |
|---|
| | 20 | # install or upgrade plugins |
|---|
| | 21 | plugins: |
|---|
| | 22 | # add your pear channels as key |
|---|
| | 23 | "pear.symfony-project.com": |
|---|
| | 24 | # - DbFinderPlugin |
|---|
| | 25 | # - sfSimpleBlogPlugin |
|---|
| | 26 | # - sfSwiftPlugin |
|---|
| | 27 | "plugins.symfony-project.org": |
|---|
| | 28 | # or add this for installing local stored plugins |
|---|
| | 29 | "package": |
|---|
| | 30 | # - %SF_DATA_DIR%/src/sfMinifyPlugin-1.2.4.tgz |
|---|
| | 31 | |
|---|
| | 32 | # run some tasks after handling plugins |
|---|
| | 33 | tasks: |
|---|
| | 34 | # - propel:build-model |
|---|
| | 35 | # - propel:build-forms |
|---|
| | 36 | # - propel:build-filters |
|---|
| | 37 | # - propel:build-sql |
|---|
| | 38 | # - cc |
|---|
| | 39 | |
|---|
| | 40 | # do some shell calls like symlinks, removes, etc. |
|---|
| | 41 | shells: |
|---|
| | 42 | # - "mkdir %SF_DATA_DIR%/bootstraptest" |
|---|
| | 43 | # - "rm %SF_DATA_DIR%/bootstraptest" |
|---|
| | 44 | |
|---|