Skip to content
This repository was archived by the owner on Sep 27, 2021. It is now read-only.

Commit 1c159fd

Browse files
committed
Clean up readme
1 parent d3c803b commit 1c159fd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,18 @@ drwxr-xr-x 27 user 864 Jun 11 09:30 hitobito_generic
4848

4949
## Docker Runtime
5050

51-
To start the Hitobito application, run the following commands in your shell:
51+
To start the Hitobito application, run the following command in your shell:
5252

5353
```bash
54-
# Start the application
5554
docker-compose up app
5655
```
5756

58-
You can open the app in your browser under [http://localhost:3000].
59-
In order to "receive" emails, you can open mailcatcher under [http://localhost:1080].
60-
6157
It will initially take a while to prepare the initial Docker images, to prepare the database and to start the application.
6258
The process will be shorter on subsequent starts.
6359

64-
Once this is done, you should be able to log-in with the email address in the output and the password _password_.
60+
Once this is done, you can open the app in your browser under http://localhost:3000 and log in with the email address in the output and the password _password_.
61+
62+
In order to "receive" emails, you can open mailcatcher under http://localhost:1080.
6563

6664
## Debug
6765

0 commit comments

Comments
 (0)