Skip to content
New issue

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

octopress deploy does not see aws-sdk-v1 gem #69

Open
TheChymera opened this issue Feb 10, 2016 · 1 comment
Open

octopress deploy does not see aws-sdk-v1 gem #69

TheChymera opened this issue Feb 10, 2016 · 1 comment

Comments

@TheChymera
Copy link

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?

@garrettlancaster
Copy link

Just ran into this, here are the steps to solve:

  1. Add octopress and aws-sdk-v1 to your jekyll Gemfile (and bundle install)
  2. bundle exec octopress deploy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants