[Doc] Include minimal steps to get started.

Thanks to @natim for the issue.
This commit is contained in:
Alexis Métaireau 2022-12-11 15:14:54 +01:00 committed by Glandos
parent 1f965f59b6
commit 50d1bce3a5

View file

@ -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>.