Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Islandora's Rule Engine is a Python-based module that enables Islandora to listen for and respond to Fedora Repository updates, based on the Content Model associated with an object. The Fedora Microservices Module is available for download from: https://github.com/Islandora/fedora_microservices. here. Once you have downloaded the module, you will need to do the following.

...

Code Block
yum install python26

yum install python26-lxml 

If you encounter an error in Cent during installation, you may also need these packages: gcc libxml2 libxml2-devel libxslt libxslt-devel

...