code4lib / job_board

Home Page:https://jobs.code4lib.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Job Board

A Ruby on Rails job post aggregator for the code4lib community.

Build Status Code Climate Coverage Status

Installing

To install the Job Board, you need the following:

$ bin/setup
$ rake db:migrate
$ rails server

The application should be available at http://127.0.0.1:3000.

Loading seeds

Fetch the dump.tar.gz file from https://archive.org/details/jobs.code4lib.org and extract it into ./tmp/dump.

$ rake db:seed

Tests

To run the tests:

$ rake
# or
$ rspec

About

https://jobs.code4lib.org


Languages

Language:HTML 55.2%Language:Ruby 33.5%Language:CSS 5.5%Language:JavaScript 4.4%Language:PHP 0.6%Language:SCSS 0.6%Language:Dockerfile 0.2%