C.1 Docker preview

The advantage of using docker preview is that all prerequisites are determined and loaded automatically. This is the quickest way to preview LedgerSMB.

This method should NOT be used to install LSMB in a manner that allows internet wide connections.

On Ubuntu 22.04 use the following commands:

# Install docker compose
sudo apt install docker-compose
# Make sure user is in the docker group
sudo usermod -a -G docker $USER
# Get the latest version of LSMB 1.11
wget https://raw.githubusercontent.com/ledgersmb/ledgersmb-docker/1.11/docker-compose.yml
# Update the group credentials
exec su -l $USER
# Start the container not using sudo
docker-compose up -d

For the authoritative installation source see https://github.com/ledgersmb/LedgerSMB/blob/master/README.md