You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,20 +48,18 @@ drwxr-xr-x 27 user 864 Jun 11 09:30 hitobito_generic
48
48
49
49
## Docker Runtime
50
50
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:
52
52
53
53
```bash
54
-
# Start the application
55
54
docker-compose up app
56
55
```
57
56
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
-
61
57
It will initially take a while to prepare the initial Docker images, to prepare the database and to start the application.
62
58
The process will be shorter on subsequent starts.
63
59
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.
0 commit comments