/city_dict_api

Yandex Open Data Hackaton Project - Dictionary with Named Entities for Cities

Primary LanguageRubyMIT LicenseMIT

Yandex Hackathon project

API site: http://citydict.ru

See milestones: https://github.com/sld/city_dict_api/issues/milestones?with_issues=no

And issues: https://github.com/sld/city_dict_api/issues

Installation

  1. git clone
  2. Install Ruby 2.0.0 and Rails 3.2.14
  3. Install Postgresql (tested on 9.1 and 9.2.4)
  4. Install hstore extension for Postgresql (for Ubuntu: apt-get install postgresql-contrib)
  5. Rename config/database.yml.example into config/database.yml and add to database.yml username and password from Postgresql
  6. bundle install
  7. rake db:create && rake db:migrate
  8. rails server
  9. Enjoy!

License

Under MIT, see LICENSE