Project

JRank

0.0
No commit activity in last 3 years
No release in over 3 years
Adds easy to use JRank search to any website
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

JRank¶ ↑

JRank.org search engine plugin

Install¶ ↑

JRank.org¶ ↑

Go to Jrank.org and create an account and setup your site. Making note of the sites apikey.

Rails 3¶ ↑

You can let bundler install JRank by adding this line to your application’s Gemfile:

gem 'jrank'

And then execute:

bundle install

Or install it yourself as:

gem install jrank

Then run jrank install

rails g jrank:install

Usage¶ ↑

Edit the file config/jrank.yml:

development:
  jrank_apikey: apikey_here

test:
  ...

production:
  ...