Installation

In case you don't have a working Julia installation yet, first download the Julia binaries and follow the Julia installation instructions.

Note

DFControl requires Julia 1.6 or newer, the server side functionality will not work with older versions.

Afterwards you can install DFControl like any other package in Julia. For example run in your Julia REPL terminal:

import Pkg
Pkg.add("DFControl")

which will install the latest DFControl release. Alternatively (if you like to be fully up to date) install the master branch:

import Pkg
Pkg.add(name="DFControl", rev="master")

DFControl is continuously tested on Debian, Ubuntu, mac OS and Windows and should work on these operating systems out of the box.

After these steps it is highly recommended to go through some additional Configuration.