Skip to content

Installation

There is currently no releasing in place, but you can install via the provided artifacts from the CI.

Docker images

gh run download -n mts-image
i=$(docker load < mts-image | sed -e 's/Loaded image: //')
docker run $i

AppImage bundles

gh run download -n mts.AppImage
./mts.AppImage

RPM packages

gh run download -n mts-rpm
sudo rpm -i mts.rpm

DEB packages

gh run download -n mts-deb
sudo dpkg -i mts.deb

Building from source

You can build with nix

Terminal
 
nix shell nixpkgs#cachix -c cachix use paolino
nix shell github:lambdasistemi/haskell-mts --refresh

Or via cabal provided you have a working Haskell environment and rocksdb development files installed.

cabal install