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