Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 461 Bytes

File metadata and controls

27 lines (21 loc) · 461 Bytes

Archived as migration is complete

Coursemogy Migration

Migration script from Coursemology v1 to v2.

Usage

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.org

Clone the files from this repo to Coursemology V2's lib/tasks directory.

And then:

$ rake migration:start