Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.
/ migration Public archive

Migration script from Coursemology v1 (Rails3, MySQL) to v2 (Rails4, PostgreSQL)

License

Notifications You must be signed in to change notification settings

Coursemology/migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Migration script from Coursemology v1 (Rails3, MySQL) to v2 (Rails4, PostgreSQL)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages