i am following the tutorial:
http://jasonswett.net/blog/how-to-write-a-symfony-plugin/
and when i run:
./symfony plugin:install simplePropelFeedPlugin.tgz
i get the error?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A tgz file is a gzipped (compressed) tar archive (bundle of files combined into one).
You need to decompress and extract that archive to a folder, and put it in the plugins subdirectory of your project.
Then you can install the plugin using the plugin’s name, not the filename of the zipped archive you downloaded.