Merge pull request 'Document required changes to /etc/hosts file' (#258) from bustikiller-patch-2 into main
All checks were successful
Run unit tests / copyright_notice (push) Successful in 48s
Run unit tests / check-licenses (push) Successful in 1m45s
Run unit tests / rubocop (push) Successful in 1m55s
Run unit tests / unit_tests (push) Successful in 5m26s
Run unit tests / build-static-assets (push) Successful in 1h13m0s

Reviewed-on: #258
This commit is contained in:
bustikiller 2025-06-08 07:27:42 +00:00
commit 9461fa5255

View File

@ -57,6 +57,12 @@ The backend service will seed the database with fake data. It's worth noting tha
The backend, frontend and workers have hot-reloading enabled, so changes made to the codebase should be reflected in the application on the next request.
Please, include this in your `/etc/hosts` file:
```
127.0.0.1 libre-wedding-planner.app.localhost
```
Once all containers have started, visit http://libre-wedding-planner.app.localhost/default/dashboard to load the application.
## Multitenancy