Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README installation #271

Merged
merged 3 commits into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

Nedenfor ses dato for release og beskrivelse af opgaver som er implementeret.

## [under udvikling]
## [Under udvikling]

* Opdaterede installationsguide.
* Applied Maestro notification patch
(<https://github.com/itk-dev/os2forms_selvbetjening/pull/270>)

Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ docker compose run --rm node yarn --cwd web/themes/custom/os2forms_selvbetjening
open $(docker compose exec phpfpm vendor/bin/drush --uri=http://$(docker compose port nginx 8080) user:login)
```

The development setup depends on the `serviceplatformen_organisation_api_app`
network which is used to access the API from
[Serviceplatformen organisation API](https://github.com/itk-dev/serviceplatformen_organisation_api).
If you start that project (cf. [Getting started](https://github.com/itk-dev/serviceplatformen_organisation_api/blob/develop/README.md#getting-started)),
you're good to go. If you don't need the API during development,
you can manually create the network by running

```sh
docker network create serviceplatformen_organisation_api_app
```

### Configuration

Some modules included in this project needs additional configuration.
Expand Down
Loading