Development

Changeset 19752

You must first sign up to be able to contribute.

Changeset 19752

Show
Ignore:
Timestamp:
06/30/09 22:29:07 (4 years ago)
Author:
caziel
Message:

typo fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfBootstrapPlugin/trunk/README

    r19746 r19752  
    1616    and fit it to your needs (by default it only runs the cc task) 
    1717 
     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 
    1845 
    1946TODO