Snowstorm Lite is a small fast version of Snowstorm that supports the FHIR API but only supports SNOMED CT.

If you have an MLDS login you could set up Snowstorm Lite in your Ubuntu server using the following steps:

Install Docker:

sudo snap install docker

Pull the Snowstorm Lite image:

sudo docker pull snomedinternational/snowstorm-lite:latest

Create the Snowstorm Lite containing and pull the latest Germany SNOMED CT Edition

sudo docker run -i -t -p 8080:8080 --name=snowstorm-lite \
  -v snowstorm-lite-volume:/app/lucene-index \
  snomedinternational/snowstorm-lite \
  --index.path=lucene-index/data \
  --admin.password=yourAdminPassword \
  --syndicate --version-uri=http://snomed.info/sct/11000274103