cd octopress/
Do you wish to trust this .rvmrc file? (/Users/sjun/octopress/.rvmrc)
y[es], n[o], v[iew], c[ancel]> y
ruby-1.9.3-p286 is not installed.
To install do: 'rvm install ruby-1.9.3-p286'
sudo gem update --system
Password:
Updating RubyGems
Updating rubygems-update
Successfully installed rubygems-update-1.8.24
Updating RubyGems to 1.8.24
Installing RubyGems 1.8.24
RubyGems 1.8.24 installed
== 1.8.24 / 2012-04-27
* 1 bug fix:
* Install the .pem files properly. Fixes #320
* Remove OpenSSL dependency from the http code path
------------------------------------------------------------------------------
RubyGems installed the following executables:
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/gem
お。通った。
1234567891011
bundle install
Fetching gem metadata from http://rubygems.org/.
Error Bundler::HTTPError during request to dependency API
Fetching full source index from http://rubygems.org/
.
.
(略)
.
.
Using bundler (1.2.1)Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
rake generate
## Generating Site with Jekyll
directory source/stylesheets/
create source/stylesheets/screen.css
Configuration from /Users/sjun/octopress/_config.yml
/Users/sjun/octopress/plugins/category_generator.rb:109: warning: regexp has invalid interval
/Users/sjun/octopress/plugins/category_generator.rb:109: warning: regexp has `' without escape
/Users/sjun/octopress/plugins/category_generator.rb:146: warning: regexp has invalid interval
/Users/sjun/octopress/plugins/category_generator.rb:146: warning: regexp has `' without escape
/Users/sjun/.rvm/gems/ruby-1.9.3-p194/gems/jekyll-0.11.2/bin/../lib/jekyll/site.rb:76:in `require': /Users/sjun/octopress/plugins/image_tag.rb:27: undefined (?...) sequence: /(?<class>\S.*\s+)?(?<src>(?:https?:\/\/|\/|\S+\/)\S+)(?:\s+(?<width>\d+))?(?:\s+(?<height>\d+))?(?<title>\s+.+)?/ (SyntaxError)
/Users/sjun/octopress/plugins/image_tag.rb:29: undefined (?...) sequence: /(?:"|''")(?<title>[^"''"]+)?(?:"|''")\s+(?:"|''")(?<alt>[^"''"]+)?(?:"|''")/
from /Users/sjun/.rvm/gems/ruby-1.9.3-p194/gems/jekyll-0.11.2/bin/../lib/jekyll/site.rb:76:in `setup'
from /Users/sjun/.rvm/gems/ruby-1.9.3-p194/gems/jekyll-0.11.2/bin/../lib/jekyll/site.rb:75:in `each'
from /Users/sjun/.rvm/gems/ruby-1.9.3-p194/gems/jekyll-0.11.2/bin/../lib/jekyll/site.rb:75:in `setup'
from /Users/sjun/.rvm/gems/ruby-1.9.3-p194/gems/jekyll-0.11.2/bin/../lib/jekyll/site.rb:30:in `initialize'
from /Users/sjun/.rvm/gems/ruby-1.9.3-p194/gems/jekyll-0.11.2/bin/jekyll:224:in `new'
from /Users/sjun/.rvm/gems/ruby-1.9.3-p194/gems/jekyll-0.11.2/bin/jekyll:224
from /Users/sjun/.rvm/gems/ruby-1.9.3-p194/bin/jekyll:23:in `load'
from /Users/sjun/.rvm/gems/ruby-1.9.3-p194/bin/jekyll:23
あれ?やばいかも…
123
$ sudo rake generate
Could not find RedCloth-4.2.9 in any of the sources
Run `bundle install` to install missing gems.
んん?
1234567
sudo gem install RedCloth
Fetching: RedCloth-4.2.9.gem (100%)
Building native extensions. This could take a while...
Successfully installed RedCloth-4.2.9
1 gem installed
Installing ri documentation for RedCloth-4.2.9...
Installing RDoc documentation for RedCloth-4.2.9...
123
sudo rake generate
Could not find posix-spawn-0.3.6 in any of the sources
Run `bundle install` to install missing gems.
こいつもインストールした。
123
$ rake generate
rake aborted!
### You haven't set anything up yet. First run `rake install` to set up an Octopress theme.