== Update Drupal pages from OpenMind == The Drupal (red website) pages have to be updated with the data from the OpenMind ISMI instance. 1. run the entity import feed `openmind_codex` (type `openmind_feed`) in Drupal (direct [[https://ismi.mpiwg-berlin.mpg.de/drupal-ismi/node/21113|link]]) 1. run Python converter script [[source:Drupal-ISMI/importFromOpenMind/importer/filterISMI.py|filterIsmi.py]] on the Drupal server * `python3 /var/www/drupal/src/drupalISMI/importFromOpenMind/importer/filterISMI.py` 2. it generates a bunch of files in `/tmp/ismi_data` 3. run the feed importers on the generated files * find all entity importers in content via type `open_mind_feeder_file` and import the files * find all relation importers in content via type `ismi_relation_feed_file` and import the files 4. call the php script `openmindattribute_addCodexIDs()` (via /drupal-ismi/devel/php) 4. call the php script `openmindattribute_addBioIDs()` (via /drupal-ismi/devel/php) 5. call the php script `openmindattribute_addIDbibliographieID()` (via /drupal-ismi/devel/php)