Archived as migration is complete
Migration script from Coursemology v1 to v2.
Add these line to the application's Gemfile:
gem 'mysql2'
gem 'redis'Add a new connection to the old database in database.yml.
v1:
adapter: mysql2
database: coursemology
host: coursemology.orgClone the files from this repo to Coursemology V2's lib/tasks directory.
And then:
$ rake migration:start