Download
Maintained releases
The project maintains 2 stable releases. Which currently are:
stable: 1.13 - Installation Instructions 1.13
old-stable: 1.12 - Installation Instructions 1.12
The project maintains 2 stable releases. Which currently are:
stable: 1.13 - Installation Instructions 1.13
old-stable: 1.12 - Installation Instructions 1.12
Useful Starman commands.
Using the perl based Starman webserver is the easiest way to run LedgerSMB locally (and quite possibly for production use as well).
## At the terminal, and from your LedgerSMB directory:
### Start Starman
starman tools/starman.psgi
Default port is 5000.
starman -l :8080 tools/starman.psgi
Start with 8080 specified as the port.
Note: some documentation specifies the switch
--preload-app
It has been sugggested that this may give performance advantages in a production environment but isn't recommended while developing.
The manpage has more to say on this.
In general: neither. The advice is to have the full source tree in /opt/ledgersmb/<version>.