Update Drupal pages from OpenMind?
The Drupal (red website) pages have to be updated with the data from the OpenMind? ISMI instance.
- run the entity import feed
openmind_codex(typeopenmind_feed) in Drupal (direct link) - run Python converter script filterIsmi.py on the Drupal server
python3 /var/www/drupal/src/drupalISMI/importFromOpenMind/importer/filterISMI.py
- it generates a bunch of files in
/tmp/ismi_data - run the feed importers on the generated files
- find all entity importers in content via type
open_mind_feeder_fileand import the files - find all relation importers in content via type
ismi_relation_feed_fileand import the files
- find all entity importers in content via type
- call the php script
openmindattribute_addCodexIDs()(via /drupal-ismi/devel/php) - call the php script
openmindattribute_addBioIDs()(via /drupal-ismi/devel/php) - call the php script
openmindattribute_addIDbibliographieID()(via /drupal-ismi/devel/php)
Last modified 11 years ago
Last modified on Jul 7, 2015, 4:13:11 PM