-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I run ledger-rest? #1
Comments
Hi, I have to admit that at the moment, usage is not all that convenient. ^^ To start ledger-charts + ledger-rest, you will need the following gems:
Then start the whole package by running This will start thin on 0.0.0.0:3000, running both ledger-rest (/rest) and ledger-charts (/charts). |
Alright, apparently I was slightly dimwitted yesterday and forgot most of the necessary steps. Here are all the steps (or so I hope):
ledger_bin: "/usr/local/bin/ledger"
ledger_file: "/path/to/your/ledger.ledger"
ledger_rest_uri: "/rest"
Good luck, ask any questions that might remain. :-) |
Some additional notes: I found I had to additionally install the
And I had to place the
And I had to uncomment Suggestion for improvement: |
Hello,
I am a recent user of the ledger-cli app.
While googling for a way to chart my data, I came across your ledger-charts, and ledger-rest repositories.
But how do I use it? I cloned it and I don't really know what to do.
The only thing that came to mind was this:
(I tried copying .ledgerrc to my home folder to no avail).
Thanks!
The text was updated successfully, but these errors were encountered: