Getting started
Getting help
This documentation is a work in progress, so some parts might not be accurate. If you need assistance, please contact our support team at cesnet-invenio@eosc.cz.
Prerequisites
To install the CESNET flavor of Invenio repository, you will need the following tools:
- Linux or Mac (Windows is not supported)
- Latest version of Docker or OrbStack configured so that regular users can run Docker commands without sudo
- Node.js , version 20+ and pnpm
- Python, version 3.13
- Git
- Bash, version 5+. On Mac, the system version of bash is usually 3.x, so you may need
to install a newer version via Homebrew:
brew install bash - uv
- ImageMagick
Verify prerequisites
uname -aDarwin MacBookPro.localdomain 25.0.0 Darwin Kernel Version 25.0.0python --versionPython 3.13.2node --versionv20.9.0pnpm --version10.19.0docker run hello-worldHello from Docker!docker-compose --versionDocker Compose version v2.39.2git --versiongit version 2.50.1uv --versionuv 0.8.18bash --version5.3.3Installation and running
Last updated on