We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to deploy a test site to an amazon s3 bucket, but octopress deploy seems to nt notice that I have installed the required gem:
chymera@zenbookhost ~/blogs/tutorials_o3 $ octopress deploy Deploying to S3 requires the aws-sdk-v1 gem. Install with `gem install aws-sdk-v1`. chymera@zenbookhost ~/blogs/tutorials_o3 $ gem install aws-sdk-v1 Successfully installed aws-sdk-v1-1.66.0 Parsing documentation for aws-sdk-v1-1.66.0 Done installing documentation for aws-sdk-v1 after 18 seconds 1 gem installed chymera@zenbookhost ~/blogs/tutorials_o3 $ octopress deploy Deploying to S3 requires the aws-sdk-v1 gem. Install with `gem install aws-sdk-v1`.
This behaviour persists if I close the terminal and try in a new one. Any idea what could be wrong?
The text was updated successfully, but these errors were encountered:
Just ran into this, here are the steps to solve:
bundle exec octopress deploy
Sorry, something went wrong.
No branches or pull requests
I am trying to deploy a test site to an amazon s3 bucket, but octopress deploy seems to nt notice that I have installed the required gem:
This behaviour persists if I close the terminal and try in a new one. Any idea what could be wrong?
The text was updated successfully, but these errors were encountered: