On macOS, Perl should be available without the need for installation. Python and Perl are also dev dependencies. They're not needed to run the docker containers, but they are needed for local development situations / debugging.
- Python 3.9+
- Perl
- Docker
- Docker images
One or both of the following, depending on if you want to run the stable buildlatest
ordev
:- a.
docker pull obolibrary/odkfull:latest
- b.
docker pull obolibrary/odkfull:dev
- a.
- Give permission to run Perl:
chmod +x ./bin/*.pl
- Install Python dependencies:
pip install -r requirements.txt
sh run.sh make all