Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 465 Bytes

README.mkd

File metadata and controls

25 lines (17 loc) · 465 Bytes

Madek ZHdK

This project is part of Madek.

It contains data specific and relevant for operation within the ZHdK.

Import ZHdK LDAP Data

  1. Get a new Dump
  2. Include and link it from ./data/ldap.json
  3. Import it e.g. by
InstitutionalGroupsImporter.import! MadekZhdkIntegration.zhdk_ldap_data

MediaResource.find_in_batches do |mrs|
  mrs.each do |mr|
    mr.reindex
  end
end