Readme
README
Purpose
Jargon is a standalone Rails application providing i18n data management via a RESTful interface.
Prerequisites
- PostgreSQL
Installation
To install:
- Clone this repo (
git clone git@github.com:cb-talent-development/jargon.git
) - Bundle install (
bundle install
) - Run setup tasks (
bundle exec rake db:create db:migrate
) - Start the server (
bundle exec rails server
)
TODO
- Use itself for i18n (finish i18n plugin)
- Support different databases
Contributing
- Fork it ( https://github.com/cb-talent-development/jargon/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request