mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
[Doc] Include minimal steps to get started.
Thanks to @natim for the issue.
This commit is contained in:
parent
1f965f59b6
commit
50d1bce3a5
1 changed files with 3 additions and 0 deletions
|
@ -133,6 +133,9 @@ Install the latest release with pip:
|
||||||
|
|
||||||
Once installed, you can start a test server:
|
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
|
ihatemoney runserver
|
||||||
|
|
||||||
And point your browser at <http://localhost:5000>.
|
And point your browser at <http://localhost:5000>.
|
||||||
|
|
Loading…
Reference in a new issue