Skip to content
JoshuaEstes edited this page Jan 17, 2011 · 3 revisions

Home > Installation

How to get this plugin to work

$ git clone git://github.com/JoshuaEstes/sfAmazonPlugin.git
$ cd sfAmazonPlugin
$ git submodule init
$ git submodule update

You can download this plugin off github, however the amazon sdk will not be included. The sdk can be downloaded at https://github.com/amazonwebservices/aws-sdk-for-php and the files need to be placed in sfAmazonPlugin/lib/vendor/amazon/ The easiest way to get this plugin installed is to use git and clone this project.

How to set this plugin up as a submodule

$ git submodule add git://github.com/JoshuaEstes/sfAmazonPlugin.git plugins/sfAmazonPlugin
$ git submodule init
$ git submodule update
$ cd plugins/sfAmazonPlugin
$ git submodule init
$ git submodule update
Clone this wiki locally