Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 866 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 866 Bytes

Quickstart

docker compose1 is the fastest way to get started. The docker compose file will set up an installation with these commands2:

wget https://raw.githubusercontent.com/ledgersmb/ledgersmb-docker/1.12/docker-compose.yml
docker compose up -d

From there, follow the Next Steps.

For developers

The dockerized LedgerSMB development infrastructure helps developers to get started quickly.

Footnotes

  1. See the docker compose installation instructions in case you don't already have it installed.

  2. If you need to change container parameters, you can find instructions in the docker compose file.