Changes between Version 12 and Version 13 of update_drupal


Ignore:
Timestamp:
Jun 2, 2015, 8:47:51 AM (9 years ago)
Author:
casties
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • update_drupal

    v12 v13  
    33The Drupal (red website) pages have to be updated with the data from the OpenMind ISMI instance.
    44
    5   1. run Python converter script [[source:Drupal-ISMI/importFromOpenMind/importer/filterISMI.py]]
    6      * `python3 filterIsmi.py`
     5  0. run the entity import feed `openmind_codex` (type `openmind_feed`) in Drupal (direct [[https://ismi.mpiwg-berlin.mpg.de/drupal-ismi/node/21113|link]])
     6  1. run Python converter script [[source:Drupal-ISMI/importFromOpenMind/importer/filterISMI.py|filterIsmi.py]] on the Drupal server
     7     * `python3 /var/www/drupal/src/drupalISMI/importFromOpenMind/importer/filterISMI.py`
    78  2. it generates a bunch of files in `/tmp/ismi_data`
    8   3. upload the generated files to the feed importers
     9  3. run the feed importers on the generated files
    910     * find all entity importers in content via type `open_mind_feeder_file` and import the files
    1011     * find all relation importers in content via type `ismi_relation_feed_file` and import the files