Skip to content

cb-talent-development/jargon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Build Status Code Climate Test Coverage

Purpose

Jargon is a standalone Rails application providing i18n data management via a RESTful interface.

Prerequisites

  1. PostgreSQL

Installation

To install:

  1. Clone this repo (git clone [email protected]:cb-talent-development/jargon.git)
  2. Bundle install (bundle install)
  3. Run setup tasks (bundle exec rake db:create db:migrate)
  4. Start the server (bundle exec rails server)

TODO

  1. Use itself for i18n (finish i18n plugin)
  2. Support different databases

Contributing

  1. Fork it ( https://github.com/cb-talent-development/jargon/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request