Get ChRIS Running

Time to run ChRIS!
In this tutorial, you'll get ChRIS up and running on your laptop or workstation. Use these instructions to play around with it, or to get started setting up a development environment so you can start working on it.Pre-requisites
Have docker-compose version 2.6 or later installed and working on a Linux system. WSL 2 on Windows and Docker Desktop for Mac also work, however for optimal performance, we strongly encourage you to run Linux natively.
At least 8GB RAM and 20GB disk space is recommended. Docker Desktop users should make sure that the Linux VM has 8GB memory or more allocated to it.
Installing Docker on Linux
- Install Docker Engine by following the "server" installation guide for your Linux distro.
-
Add your user account to the
docker
group as instructed by the post-installation steps.
Do not install "Docker Desktop for Linux!"
Get ChRIS up and running
Please check out miniChRIS, a complete ChRIS distribution for local testing purposes. Follow the instructions in the README.md file to get ChRIS running on your computer.
What's Next?
Ready to start hacking away?- Check out our guide on how to develop ChRIS plugins in Python.
- Try spinning up the full ChRIS backend in development mode.
- Customize the look and features of ChRIS by running the ChRIS_ui separately.