Skip to content

Commit

Permalink
[Doc] Include minimal steps to get started.
Browse files Browse the repository at this point in the history
Thanks to @Natim for the issue.
  • Loading branch information
almet authored and Glandos committed Jan 8, 2023
1 parent 1f965f5 commit 50d1bce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ Install the latest release with pip:

Once installed, you can start a test server:

ihatemoney generate-config ihatemoney.cfg > ihatemoney.cfg
export IHATEMONEY_SETTINGS_FILE_PATH=$PWD/ihatemoney.cfg
ihatemoney db upgrade head
ihatemoney runserver

And point your browser at <http://localhost:5000>.
Expand Down

0 comments on commit 50d1bce

Please sign in to comment.