Popularity
3.1
Declining
Activity
0.0
Stable
240
15
36

Code Quality Rank: L5
Programming language: JavaScript
License: Apache License 2.0
Tags: Money, Budgeting and Management    

Dot Ledger alternatives and similar software solutions

Based on the "Money, Budgeting and Management" category.
Alternatively, view Dot Ledger alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Dot Ledger or a related project?

Add another 'Money, Budgeting and Management' Software solution

README

Dot Ledger Build Status Code Climate

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:

The basic setup steps are:

  • git clone https://github.com/dotledger/dotledger.git
  • cd dotledger
  • cp config/database.yml.example config/database.yml

You'll have to modify the postgres username and password in config/database.yml.

  • bundle install
  • bundle exec rake db:setup
  • bundle 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](LICENSE) for details.


*Note that all licence references and agreements mentioned in the Dot Ledger README section above are relevant to that project's source code only.