Using DEB
Download and install
wget https://github.com/b2ihealthcare/snow-owl/releases/download/<version>/snow-owl-oss-<version>.deb
wget https://github.com/b2ihealthcare/snow-owl/releases/download/<version>/snow-owl-oss-<version>.deb.sha512
shasum -a 512 -c snow-owl-oss-<version>.deb.sha512 # Compares the SHA of the downloaded Debian package and the published checksum, which should output `snow-owl-oss-<version>.deb: OK`.
sudo dpkg -i snow-owl-oss-<version>.debRunning Snow Owl with SysV init
sudo update-rc.d snowowl defaults 95 10sudo -i service snowowl start
sudo -i service snowowl stopRunning Snow Owl with systemd
Checking that Snow Owl is running
Configuring Snow Owl
Directory layout of Debian package
Type
Description
Default Location
Setting
Last updated