Dot Ledger

Dot Ledger is a Free and Open Source personal finance management tool.
The aim of this project is to create a stable, FOSS alternative to Xero Personal which was shut down in November 2014.
Setup
Dot Ledger requires:
- PostgreSQL (Tested with 9.6)
- Ruby (Tested with 2.3)
- RubyGems
- Ruby on Rails
- Bundler
- Git
The basic setup steps are:
git clone https://github.com/dotledger/dotledger.gitcd dotledgercp config/database.yml.example config/database.yml
You'll have to modify the postgres username and password in config/database.yml.
bundle installbundle exec rake db:setupbundle exec rails server
Tests
Run all tests
bundle exec rake spec spec:javascript
Run ruby tests (RSpec)
bundle exec rake spec
Run javascript tests (Jasmine)
bundle exec rake spec:javascript
Screenshots
See the screenshots section of the Dot Ledger website.
License
Copyright 2013 - 2018, Kale Worsley, BitBot Limited.
Dot Ledger is made available under the Apache License, Version 2.0. See LICENSE for details.