Skip to content

Installation

obale edited this page Apr 7, 2013 · 4 revisions
$ gem install semantic-crawler
$ git clone git://github.com/obale/semantic_crawler.git
$ cd semantic_crawler
$ bundle install
$ rake build
$ rake install pkg/semantic-crawler-*.gem
gem "semantic-crawler"
gem "semantic-crawler", :git => "git://github.com/obale/semantic_crawler.git"                         # for the master branch or
gem "semantic-crawler", :git => "git://github.com/obale/semantic_crawler.git", :branch => "develop"   # for the developer branch

Clone this wiki locally