+ [2013-05-23T02:57:37Z] bionhart thank you!
+ [2013-05-23T22:41:37Z] jjarmoc hey all.. new to octopress and having a problem with rake deploy
+ [2013-05-23T22:43:40Z] jjarmoc here's a gist.. https://gist.github.com/jjarmoc/1a4e2a91a60a9a08a9c0
+ [2013-05-23T22:43:57Z] jjarmoc I'd think it's because I'm not tracking a master branch locally, but that seems to be normal for how octopress works?
+ [2013-05-23T23:26:20Z] jjarmoc hmm.. dunno what happened, but repeating rake setup_github_pages seems to have done the trick

message no. 1915

Posted by bionhart in #octopress at 2013-05-23T02:54:19Z

hmm save behavior
+ [2013-05-24T01:05:29Z] phavx hey guys, first try with octopress and i'm having some kind of missing dep/config issue: on `rake generate` i get: "/home/avx/octopress/plugins/config_tag.rb:1:in `{basedirpath}/plugins/config_tag.rb:1:in `require': cannot load such file -- json (LoadError)". trying this on a gentoo system, installed dev-ruby/json and dev-ruby/multi_json to no avail.what am i missing? thanks.
+ [2013-05-24T02:49:57Z] jjarmoc phavx: looks like you don't have the json gem installed
+ [2013-05-24T02:50:04Z] jjarmoc gem install json from the command line
+ [2013-05-24T02:50:11Z] jjarmoc or better yet, gem install bundler, bundle install
+ [2013-05-24T02:50:47Z] phavx jjarmoc, so bundle install inside the octopress-dir should have taken care of that? that's what i ran as stated in the guide