Posted by tomasso on November 29, 2007 at 11:47pm
Hi,
I have the question. Does the technical possibility of the transfer exist from the system MIR on the system DRUPAL? I write in the name Polish indymedia and we want to know if such possibility is. How?
Comments
PhillyIMC has done this work.
I have been working with a couple other drupal heads with the Philadelphia IMC to create a Mir to Drupal transfer script.
It works, but depends on a significant number of modules. We're getting ready to roll out a beta IMC after transferring all the content, so I'll let you know when we are ready to release the script.
We'll publish all the steps, etc on docs.indymedia.org as well as here when the process is complete.
I have been working with a
Has there been progress on this issue? I'm looking for the same thing.
Best
yan
An import/export script lives in codecoop.org
The translation script that the PhillyIMC used to migrate the Mir database to Drupal lives in codecoop, under the phillyimc project. A link to the script in the source viewer is here:
http://www.codecoop.org/scm/viewvc.php/drupal/bin/mir_to_drupal.php?root...
This script depends on a couple of modules in Drupal, notably: internationalization, CCK, and filecache. With CCK, create the folowing:
The import script will create a table named 'mir_id_map', which can be used to map your old Mir article IDs to the new drupal node IDs. mod_rewrite is handy for this.
For images, all the image media is translated from its mir file system path to the drupal /files system path. You will need to change references to phillyimc.org and file paths to reflect your system configuration. The script assumes that it is running on the same computer as the mir media files.
Finally, the script needs to be run from the command line. You may have to bump up the maximum memory for php cli when running this script -- it will use a lot of memory during the export/import process.
Good luck!
drupal5 ?
We are currently working on converting imc-pl mir site (on kosmos) into drupal. Filecache is for drupal5 only, so the script is also for d5 ?
cheers !
drupal 5 only
Yeah, the script is only for drupal 5.