Development

Changeset 4809 for plugins/sfAmazonECSPlugin/README

You must first sign up to be able to contribute.

Show
Ignore:
Timestamp:
08/03/07 18:09:10 (1 year ago)
Author:
Jonathan.Wage
Message:

sfAmazonECSPlugin: Updated plugin to use sfWSDLPlugin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfAmazonECSPlugin/README

    r4725 r4809  
    11= Symfony Amazon ECS Class = 
    22 
    3 This plugin is beta and has not been officially released, use at your own risk and send any questions to jonwage@gmail.com 
     3This plugin gives you complete functionality to the Amazon ECS Api. 
     4 
     5== Requirements == 
     6 
     7This plugin requires one other plugin to be present, [wiki:sfWSDLPlugin] 
     8 
     9== Installation == 
     10 
     11Install plugin from package 
     12{{{ 
     13svn plugin-install http://plugins.symfony-project.com/sfAmazonECSPlugin 
     14}}} 
     15 
     16Install plugin from trunk of svn 
     17{{{ 
     18svn co http://svn.symfony-project.com/plugins/sfAmazonECSPlugin 
     19}}} 
     20 
     21After installing clear your cache 
     22{{{ 
     23symfony cc 
     24}}} 
    425 
    526== List of Methods ==