Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 634 Bytes

readme.md

File metadata and controls

25 lines (14 loc) · 634 Bytes

Jobs

About

Jobs engine for Refinery allows you to post vacancies to the jobs section of your website.

Key features:

Requirements

RefineryCMS version 0.9.8 or later.

Gem Installation using Bundler (The very best way)

Include the latest gem into your Refinery CMS application's Gemfile:

gem "refinerycms-jobs", :git => 'git://github.com/parndt/refinerycms-jobs'

Then type the following at command line inside your Refinery CMS application's root directory:

bundle install
rails generate refinerycms_jobs
rake db:migrate