-
Notifications
You must be signed in to change notification settings - Fork 0
kristjanjansen/ol_migrate
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Õhtuleht legacy data migration to Drupal Migration stages: 1. ol_migrate_csv.inc is migrating data from CVS files to temporary DB table with exact same structure (temporary tables are created in ol_migrate.install file). Data is not modified in any way in this step. Yep, we could skip this step and to straigth to CSV -> Drupal migration but this is not optimal: eventually we need to migrate data direclty from DB anyway - then we could just discard this step and run step 2 with no modifications. 2. ol_migrate_db.inc is migrating data from temporary tables to Drupal database structure, converting and modifying data on the way. Requirements for Windows: drush is installed http://drupal.org/project/drush and http://drush.ws/drush_windows_installer drush make is installed: drush dl drush_make some kind of LAMP stack is available Usage: drush make https://raw.github.com/kristjanjansen/ol_make/master/ol.make ol cd ol drush si minimal --db-url=mysql://your_username:your_password@localhost:port/your_database_name -y drush en seven ol_features -y drush vset admin_theme seven -y drush mi --all
About
Õhtuleht legacy data migration to Drupal
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published