Skip to content

Quickstart

Sean edited this page Apr 20, 2020 · 21 revisions

Quickstart

TODO(sean)

From Releases

Download the releases and run the server

wget https://github.com/darcys22/godbledger/releases/download/0.2.0/godbledger-linux-x64-v0.2.0.tar.gz
sudo mkdir -p /opt/godbledger/bin
sudo tar -xvzf godbledger-linux-x64-v0.0.2.tar.gz 

./godbledger init
./godbledger

This will start the server running a sqlite database backend. This will utilise a config file in ~/.ledger and the sqlite file will be contained in ledgerdata.

** Send transactions to the server**

./ledger_cli single

This will send an example transaction to the server. If all goes well you should have a transaction in your database now for a 7500 expense and decreasing the bank account also by 7500

To view this transaction run

./reporter trialbalance
Clone this wiki locally