🛠 Status: This repository reflects the latest development. For the most recent stable executable, please see Latest Releases.
The EBI is a popular tool for importing content into openEQUELLA. It can also be used for updating, deleting and exporting content.
The EBI is written in Python and distributed as standalone packages for Windows, macOS, and Linux, so most users can run it without installing Python or other dependencies.
User guide can be found at: https://openequella.github.io/equella-tools/bulkImporterUserManual.html
For most users, the quickest way to get started is to download the latest standalone package from Latest Releases.
- Download the package for your operating system.
- Extract or open the downloaded archive.
- Launch the EBI application included in the package.
Note for macOS users: When downloading the
ebi.dmgrelease asset, macOS Gatekeeper may flag the application as "damaged" because it was downloaded from the internet and lacks an Apple Developer certificate. To run the application, remove the quarantine attribute:xattr -cr /path/to/ebi.appAlternatively, right-click the application bundle and choose Open to bypass the initial security prompt.
Developer and contributor guidance lives in CONTRIBUTING.md, including:
- local development environment setup
- running EBI from source
- build and packaging instructions
- contribution workflow and pull request guidance
- testing expectations and code structure notes