-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
140873f
commit aaf5bf0
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,6 +97,10 @@ development_worker_1 rails-entrypoint rails job ... Up 8080/tcp | |
|
||
Access webapplication by browser: http://localhost:3000 and log in using *[email protected]* and password *hito42bito*. For some wagons, the e-mail address is different. Go to the file ```/config/settings.yml``` inside your wagon repository and look out for the field "root_email". Use this e-mail address to login. | ||
|
||
## Emails sent by hitobito | ||
|
||
:email: When you someone requests a password reset or registers for an event, an email is usually sent out from hitobito to that user. In your local hitobito, these emails are not really sent to the real recipients, but instead all end up in **mailcatcher**. You can access these emails by visiting http://localhost:1080 in your browser. | ||
|
||
## Development | ||
|
||
Start developing by editing files locally with your prefered editor in the app/hitobito* folders. Those directories are mounted inside the containers. So every saved file is instantly available inside the containers. | ||
|