This provides the pixtory API used in the the Pixtory iOS app.
See ourpixtory.com for more information.
Note that pixtory requires Ruby 2.0, Bundler and Postgres to be installed.
git clone git://github.com/Sutto/pixtory.git
cd pixtory
bundle install
createuser pixtory
createdb pixtory_test -O pixtory
createdb pixtory_development -O pixtory
rake db:migrate
rails runner 'DumpImporter.import! "data/dump.csv"'The data in data/dump.csv is pulled from our initial data set on Google Docs, pulled from the State Library of WA.
This data is licensed under Creative Commons BY-NC-SA.
All code for Pixtory is released under the MIT License. Please see LICENSE in this repository.
Copyright the Pixtory Team, 2013.
