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
- git clone
- Install Ruby 2.0.0 and Rails 3.2.14
- Install Postgresql (tested on 9.1 and 9.2.4)
- Install hstore extension for Postgresql (for Ubuntu: apt-get install postgresql-contrib)
- Rename config/database.yml.example into config/database.yml and add to database.yml username and password from Postgresql
- bundle install
- rake db:create && rake db:migrate
- rails server
- Enjoy!
Under MIT, see LICENSE