Skip to content

Deploy Fractal

Fractal is meant to be deployed to manage workflows on large cluster and currently has support for different modes of running on slurm clusters. It is deployed on Linux servers and also runs on macOS or Windows (by using Windows Subsystem Linux). You can run a fully containerized local example that is useful for demos and testing purposes by following the instructions in the fractal containers repository or by following along this walkthrough:


More detailed documentation about the configuration of the different Fractal components can be found in the fractal-server documentation and the fractal web documentation.


Fractal can also be deployed by manually setting up the server in a Python environment, configuring your own postgres database & setting up Fractal web from source. You can find some helpful material for this in the fractal-demos repository (especially the examples/server section). We also have older video walkthroughs on manual setups available for both the fractal-server as well as fractal-web.