1
0
This repository has been archived on 2023-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
metaledger/README.md

629 B

MetaLedger

Setting Up

  • Initialize the submodules

    git submodule init
    git submodule update
    
  • Put your ledger files in the data folder.

  • Edit .env and fill in your desired values.

  • Copy ledgerbil/ledgerbil/settings.py.example to ledgerbil-settings.py and fill in the values with your data.

  • Start the services with docker-compose up -d

You can now access the web UI for hledger at your chosen URL (from the .env file), ledger-analytics, and use the helper scripts in the bin directory to use the various utilities. All utilities should be pre-configured with your ledger file location.