+[2013-05-23T02:57:37Z]bionhartthank you! +[2013-05-23T22:41:37Z]jjarmochey all.. new to octopress and having a problem with rake deploy +[2013-05-23T22:43:40Z]jjarmochere's a gist.. https://gist.github.com/jjarmoc/1a4e2a91a60a9a08a9c0 +[2013-05-23T22:43:57Z]jjarmocI'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]jjarmochmm.. dunno what happened, but repeating rake setup_github_pages seems to have done the trick
you can simply delete that post and then try rake generate again
+[2013-05-24T01:05:29Z]phavxhey 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]jjarmocphavx: looks like you don't have the json gem installed +[2013-05-24T02:50:04Z]jjarmocgem install json from the command line +[2013-05-24T02:50:11Z]jjarmocor better yet, gem install bundler, bundle install +[2013-05-24T02:50:47Z]phavxjjarmoc, so bundle install inside the octopress-dir should have taken care of that? that's what i ran as stated in the guide