Created
December 5, 2012 14:45
-
-
Save pjanik/4216014 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARNING: Nokogiri was built against LibXML version 2.7.8, but has dynamically loaded 2.8.0 | |
/home/piotr/Concord/lab/script/aws-lab-server.rb:50:in `rescue in initialize': (RuntimeError) | |
*** Missing required arguments: aws_access_key_id, aws_secret_access_key | |
*** Create the file ~/.fog with your Amazon Web Services API Access Keys | |
file: ~/.fog | |
:default: | |
:aws_access_key_id: YOUR_AWS_ACCESS_KEY | |
:aws_secret_access_key: YOUR_AWS_SECRET_ACCESS_KEY | |
from /home/piotr/Concord/lab/script/aws-lab-server.rb:35:in `initialize' | |
from /home/piotr/Concord/lab/cloud.thor:27:in `new' | |
from /home/piotr/Concord/lab/cloud.thor:27:in `setup' | |
from /home/piotr/.rvm/gems/ruby-1.9.3-p194@lab/gems/thor-0.16.0/lib/thor/task.rb:27:in `run' | |
from /home/piotr/.rvm/gems/ruby-1.9.3-p194@lab/gems/thor-0.16.0/lib/thor/invocation.rb:120:in `invoke_task' | |
from /home/piotr/.rvm/gems/ruby-1.9.3-p194@lab/gems/thor-0.16.0/lib/thor.rb:275:in `dispatch' | |
from /home/piotr/.rvm/gems/ruby-1.9.3-p194@lab/gems/thor-0.16.0/lib/thor/base.rb:425:in `start' | |
from /home/piotr/.rvm/gems/ruby-1.9.3-p194@lab/gems/thor-0.16.0/lib/thor/runner.rb:36:in `method_missing' | |
from /home/piotr/.rvm/gems/ruby-1.9.3-p194@lab/gems/thor-0.16.0/lib/thor/task.rb:29:in `run' | |
from /home/piotr/.rvm/gems/ruby-1.9.3-p194@lab/gems/thor-0.16.0/lib/thor/task.rb:126:in `run' | |
from /home/piotr/.rvm/gems/ruby-1.9.3-p194@lab/gems/thor-0.16.0/lib/thor/invocation.rb:120:in `invoke_task' | |
from /home/piotr/.rvm/gems/ruby-1.9.3-p194@lab/gems/thor-0.16.0/lib/thor.rb:275:in `dispatch' | |
from /home/piotr/.rvm/gems/ruby-1.9.3-p194@lab/gems/thor-0.16.0/lib/thor/base.rb:425:in `start' | |
from /home/piotr/.rvm/gems/ruby-1.9.3-p194@lab/gems/thor-0.16.0/bin/thor:6:in `<top (required)>' | |
from /home/piotr/.rvm/gems/ruby-1.9.3-p194@lab/bin/thor:23:in `load' | |
from /home/piotr/.rvm/gems/ruby-1.9.3-p194@lab/bin/thor:23:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment