Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Development entrypoint

Dimitar Tasev edited this page Jun 3, 2021 · 2 revisions

First get the code, the autoreduce-submod repository contains the others are submodules, and will check out them all to master.

git clone https://github.com/ISISScientificComputing/autoreduce-submod ar
cd ar
bash runme.sh  # which will checkout the submodules for you

Next step, running and debugging. The recommended way of debugging is to use the Docker containers via the VSCode tasks, for which you can move onto Just Use VSCode & Docker. But if you want a local installation follow the Local installation instructions.

Clone this wiki locally