Tagged Questions
2
votes
3answers
85 views
How do I run chef recipes after app server is fired up
Using Amazons OpsWorks
I'm able to get a PHP App Server to get initialised, it downloads our project from git and sets it up, I've got a custom recipe being run on Setup that works and downloads ...
0
votes
1answer
31 views
Composer - copy vendor files from dev to production is OK?
I'm using composer for AWS SDK.
Is it OK to install the SDK on a dev pc (windows) and copy the vendor directory to production or must I install composer on the production server (linux) and get the ...
0
votes
1answer
169 views
Deploy symfony2.1 application with Amazon Elastic Beanstalk
I have an environment in Amazon (Container Type: 64bit Amazon Linux running PHP 5.4) and I follow this instructions to deploy Symfony2 applications: ...
0
votes
1answer
215 views
AWS PHP SDK with Composer - missing sdk.class.php
Environment: MAC - Mountain Lion
I am trying to use the AWS PHP SDK for a project. I followed the Amazon web site's SDK installation directions (through composer) -- using the following Link to AWS
I ...